Update all source packages for xbps-src>=90.

This commit is contained in:
Juan RP 2014-01-01 16:10:11 +01:00
parent 94982a142c
commit 925d471cbf
1721 changed files with 3131 additions and 13803 deletions

View file

@ -2,13 +2,14 @@
pkgname=gitflow
version=20120925
revision=1
noarch="yes"
depends="git"
short_desc="Git extensions to provide high-level repository operations"
maintainer="pancake <pancake@nopcode.org>"
license="Liberal BSD"
homepage="https://github.com/nvie/gitflow"
checksum=654604b5ead726de0ebb1932b49785a6146c59d312f4931080a04e86b7afb177
do_fetch() {
git clone git://github.com/nvie/gitflow.git ${pkgname}-${version}
cd ${pkgname}-${version}
@ -24,11 +25,3 @@ do_install() {
mkdir -p ${DESTDIR}
make install prefix=${DESTDIR}/usr
}
gitflow_package() {
noarch="yes"
depends="git"
pkg_install() {
vmove usr
}
}