netbsd-wtf: bump version (two new acronyms).

This commit is contained in:
Juan RP 2013-11-25 18:07:14 +01:00
parent 98903b086a
commit b1a890b85c
1 changed files with 3 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'netbsd-wtf'
pkgname=netbsd-wtf
version=20130311
version=20131125
revision=1
build_style=gnu-makefile
make_build_args="DATADIR=/usr/share"
make_install_args="PREFIX=/usr DATADIR=/usr/share"
short_desc="NetBSD's wtf(6) adapted for Void Linux"
short_desc="The NetBSD's wtf(6) utility"
maintainer="Juan RP <xtraeme@gmail.com>"
license="Public domain"
homepage="http://www.NetBSD.org"
@ -14,7 +14,6 @@ long_desc="
The wtf utility displays the expansion of the acronyms specified on the
command line. If the acronym is not in any of the acronyms databases."
do_fetch() {
local url="git://github.com/voidlinux/netbsd-wtf"
msg_normal " Fetching source from $url ...\n"
@ -24,6 +23,6 @@ do_fetch() {
netbsd-wtf_package() {
noarch="yes"
pkg_install() {
vmove usr
vmove all
}
}