gitflow: fix license=

This commit is contained in:
maxice8 2018-08-30 23:43:51 -03:00
parent 8dbe59a02b
commit 9df5765d43
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -2,17 +2,17 @@
pkgname=gitflow
reverts=20140609_1
version=20120925
revision=1
revision=2
_commit=15aab26490facf285acef56cb5d61025eacb3a69
_shflags_commit=2fb06af13de884e9680f14a00c82e52a67c867f1
noarch="yes"
noarch=yes
hostmakedepends="perl"
depends="git"
short_desc="Git extensions to provide high-level repository operations"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="Liberal BSD"
license="BSD-2-Clause"
homepage="https://github.com/nvie/gitflow"
distfiles="$homepage/archive/$_commit.tar.gz https://github.com/nvie/shFlags/archive/$_shflags_commit.tar.gz"
distfiles="${homepage}/archive/${_commit}.tar.gz https://github.com/nvie/shFlags/archive/${_shflags_commit}.tar.gz"
checksum="277ecb102afd45c3137d630de11ceac4b267a73d6a5f2ac41ccbd3d96b609ce7 a1c5782a78e106d0c6289a9412fffa376f4cd78f4f86af441eb7bf06cf664594"
wrksrc="$pkgname-$_commit"
@ -31,3 +31,7 @@ do_install() {
mkdir -p ${DESTDIR}
make install prefix=${DESTDIR}/usr
}
post_install() {
vlicense LICENSE
}