netbsd-wtf: use fixed date and specific git commit.
This commit is contained in:
parent
235631653c
commit
524df5dd5c
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'netbsd-wtf'
|
||||
pkgname=netbsd-wtf
|
||||
version="$(date -u +%Y%m%d)"
|
||||
version=20130128
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="DATADIR=/usr/share"
|
||||
|
@ -25,4 +25,5 @@ do_fetch() {
|
|||
local url="git://github.com/voidlinux/netbsd-wtf"
|
||||
msg_normal " Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
cd ${pkgname}-${version} && git checkout 5888f8b
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue