void-packages/srcpkgs/netbsd-wtf/template

26 lines
766 B
Text
Raw Normal View History

2012-06-20 10:19:47 +00:00
# Template file for 'netbsd-wtf'
pkgname=netbsd-wtf
2013-03-11 16:45:20 +00:00
version=20130311
2012-11-24 05:53:23 +00:00
revision=1
2012-06-20 10:19:47 +00:00
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"
maintainer="Juan RP <xtraeme@gmail.com>"
license="Public domain"
homepage="http://www.NetBSD.org"
checksum=8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7fc3060
long_desc="
The wtf utility displays the expansion of the acronyms specified on the
2013-03-11 16:45:20 +00:00
command line. If the acronym is not in any of the acronyms databases."
2012-06-20 10:19:47 +00:00
nofetch=yes
noextract=yes
noarch=yes
2012-06-20 10:19:47 +00:00
do_fetch() {
local url="git://github.com/voidlinux/netbsd-wtf"
msg_normal " Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}