20 lines
511 B
Text
20 lines
511 B
Text
# 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
|
|
}
|