From 161158779672e276b46b5fdfe38f93e61c2e1c0a Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Tue, 9 Dec 2014 22:19:11 +0100 Subject: [PATCH] New package: vmtouch-0.8.0 --- srcpkgs/vmtouch/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/vmtouch/template diff --git a/srcpkgs/vmtouch/template b/srcpkgs/vmtouch/template new file mode 100644 index 00000000000..925d01c06c3 --- /dev/null +++ b/srcpkgs/vmtouch/template @@ -0,0 +1,20 @@ +# Template file for 'vmtouch' +pkgname=vmtouch +version=0.8.0 +wrksrc="${pkgname}-${pkgname}-${version}" +revision=1 +maintainer="Dominik Honnef " +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 +}