New package: vmtouch-0.8.0

This commit is contained in:
Dominik Honnef 2014-12-09 22:19:11 +01:00
parent 52155673a9
commit 1611587796

20
srcpkgs/vmtouch/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'vmtouch'
pkgname=vmtouch
version=0.8.0
wrksrc="${pkgname}-${pkgname}-${version}"
revision=1
maintainer="Dominik Honnef <dominik@honnef.co>"
license="BSD"
homepage="http://hoytech.com/vmtouch/"
short_desc="The Virtual Memory Toucher"
distfiles="https://github.com/hoytech/vmtouch/archive/vmtouch-0.8.0.tar.gz"
checksum=6848b9355451e8ab848501b5604f47a396bce1ef1dcb613577feaaaea1dfe262
do_build() {
$CC $CFLAGS -o vmtouch vmtouch.c $LDFLAGS
}
do_install() {
vbin vmtouch
vman vmtouch.8
}