Convert some packages to the new template format (half from g and glib deps).
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user