1 # Maintainer: Ernie Brodeur <ebrodeur@ujami.net>
6 pkgdesc='Extend git with the Gitflow branching model.'
8 url='https://github.com/nvie/gitflow'
10 depends=('git' 'shflags')
11 source=("https://github.com/nvie/gitflow/tarball/${pkgver}/${pkgname}-${pkgver}.tar.gz")
12 md5sums=('adc7a52512052938a9b42ac8bd7d91dd')
14 cd $srcdir/`find . -maxdepth 1 -type d -name nvie\*`
15 # this is because I split shflags into a proper package.
16 sed -i -e "s/.*gitflow-shFlags.*/. \"shflags.sh\"/" git-flow
17 install -d -m 0755 $pkgdir/usr/bin
18 install -m 0755 git-flow $pkgdir/usr/bin
19 install -m 0644 git-flow-feature git-flow-hotfix git-flow-release git-flow-support git-flow-version git-flow-init gitflow-common $pkgdir/usr/bin