gitflow: update to 20120925.

This commit is contained in:
Andrea Brancaleoni 2015-07-27 01:32:04 +02:00
parent b8eddf6cd4
commit 04330fe669
1 changed files with 13 additions and 7 deletions

View File

@ -1,20 +1,26 @@
# Template file for 'gitflow'
pkgname=gitflow
version=20140609
reverts=20140609_1
version=20120925
revision=1
_commit=15aab26490facf285acef56cb5d61025eacb3a69
_shflags_commit=2fb06af13de884e9680f14a00c82e52a67c867f1
noarch="yes"
hostmakedepends="perl git"
hostmakedepends="perl"
depends="git"
short_desc="Git extensions to provide high-level repository operations"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Liberal BSD"
homepage="https://github.com/nvie/gitflow"
distfiles="$homepage/archive/$_commit.tar.gz https://github.com/nvie/shFlags/archive/$_shflags_commit.tar.gz"
checksum="277ecb102afd45c3137d630de11ceac4b267a73d6a5f2ac41ccbd3d96b609ce7 a1c5782a78e106d0c6289a9412fffa376f4cd78f4f86af441eb7bf06cf664594"
do_fetch() {
git clone git://github.com/nvie/gitflow.git ${pkgname}-${version}
cd ${pkgname}-${version}
git submodule init
git submodule update
wrksrc="$pkgname-$_commit"
post_extract() {
cd $wrksrc
rm -r shFlags
cp -r ../shFlags-$_shflags_commit $wrksrc/shFlags
}
do_build() {