netbsd-wtf: rebump for xbps-0.18 update.
This commit is contained in:
parent
34c452c369
commit
3e93cdc8c6
|
@ -1,14 +1,10 @@
|
||||||
# Template file for 'netbsd-wtf'
|
# Template file for 'netbsd-wtf'
|
||||||
pkgname=netbsd-wtf
|
pkgname=netbsd-wtf
|
||||||
version="$(date -u +%Y%m%d)"
|
version="$(date -u +%Y%m%d)"
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="DATADIR=/usr/share"
|
make_build_args="DATADIR=/usr/share"
|
||||||
make_install_args="PREFIX=/usr DATADIR=/usr/share"
|
make_install_args="PREFIX=/usr DATADIR=/usr/share"
|
||||||
makedepends="git"
|
|
||||||
nofetch=yes
|
|
||||||
noextract=yes
|
|
||||||
noarch=yes
|
|
||||||
short_desc="NetBSD's wtf(6) adapted for Void Linux"
|
short_desc="NetBSD's wtf(6) adapted for Void Linux"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
|
@ -20,6 +16,11 @@ long_desc="
|
||||||
wtf will check to see if the acronym is known by whatis(1), xbps-bin(8),
|
wtf will check to see if the acronym is known by whatis(1), xbps-bin(8),
|
||||||
or xbps-repo(8) show commands."
|
or xbps-repo(8) show commands."
|
||||||
|
|
||||||
|
nofetch=yes
|
||||||
|
noextract=yes
|
||||||
|
noarch=yes
|
||||||
|
makedepends="git"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/voidlinux/netbsd-wtf"
|
local url="git://github.com/voidlinux/netbsd-wtf"
|
||||||
msg_normal " Fetching source from $url ...\n"
|
msg_normal " Fetching source from $url ...\n"
|
||||||
|
|
Loading…
Reference in New Issue