# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup github 1.0 github.setup bobthecow git-flow-completion 0.4.2.2 name git-flow-bash-completion categories devel maintainers maiar.org:jason-macports openmaintainer license MIT description Bash completion support for git-flow. long_description The contained bash completion routines provide \ support for completing: \ \n\t* git-flow init and version \ \n\t* feature, hotfix and release branches \ \n\t* remote feature, hotfix and release branch names platforms darwin supported_archs noarch checksums rmd160 f3bcfd2441af2b0d101fa6445ce289063bc62d1e \ sha256 85aad27fe14d68c9e778a49168ccd513842f984745a43ced004bdcf1e1667d99 depends_run-append port:git-flow \ port:bash-completion use_configure no build {} destroot { xinstall -d -m 0755 ${destroot}${prefix}/etc/bash_completion.d copy ${worksrcpath}/git-flow-completion.bash ${destroot}${prefix}/etc/bash_completion.d/git-flow }