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