Convert some packages to the new template format (half from g and glib deps).

This commit is contained in:
Juan RP
2013-04-12 13:13:49 +02:00
parent b5076c716c
commit fe7a5e4d8a
98 changed files with 912 additions and 753 deletions

View File

@@ -6,8 +6,6 @@ short_desc="Git extensions to provide high-level repository operations"
maintainer="pancake <pancake@nopcode.org>"
license="Liberal BSD"
homepage="https://github.com/nvie/gitflow"
depends="git"
noarch=yes
checksum=654604b5ead726de0ebb1932b49785a6146c59d312f4931080a04e86b7afb177
nofetch=yes
@@ -28,3 +26,11 @@ do_install() {
mkdir -p ${DESTDIR}
make install prefix=${DESTDIR}/usr
}
gitflow_package() {
noarch="yes"
depends="git"
pkg_install() {
vmove usr
}
}