void-packages/srcpkgs/netbsd-wtf/template

21 lines
593 B
Text
Raw Normal View History

2012-06-20 10:19:47 +00:00
# Template file for 'netbsd-wtf'
pkgname=netbsd-wtf
2014-02-21 14:49:48 +00:00
version=20140221
2012-11-24 05:53:23 +00:00
revision=1
2014-02-21 14:55:14 +00:00
noarch=yes
2012-06-20 10:19:47 +00:00
build_style=gnu-makefile
hostmakedepends="git"
2012-06-20 10:19:47 +00:00
make_build_args="DATADIR=/usr/share"
make_install_args="PREFIX=/usr DATADIR=/usr/share"
short_desc="The NetBSD's wtf(6) utility"
2012-06-20 10:19:47 +00:00
maintainer="Juan RP <xtraeme@gmail.com>"
license="Public domain"
homepage="http://www.NetBSD.org"
checksum=8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7fc3060
do_fetch() {
local url="git://github.com/voidlinux/netbsd-wtf"
msg_normal " Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}