Convert packages to the new template format (n).

This commit is contained in:
Juan RP
2013-04-14 04:36:19 +02:00
parent 3fd1906e07
commit 830bd7ad61
57 changed files with 620 additions and 479 deletions

View File

@@ -16,10 +16,16 @@ long_desc="
nofetch=yes
noextract=yes
noarch=yes
do_fetch() {
local url="git://github.com/voidlinux/netbsd-wtf"
msg_normal " Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
netbsd-wtf_package() {
noarch="yes"
pkg_install() {
vmove usr
}
}