New package: vmtouch-0.8.0
This commit is contained in:
parent
52155673a9
commit
1611587796
1 changed files with 20 additions and 0 deletions
20
srcpkgs/vmtouch/template
Normal file
20
srcpkgs/vmtouch/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue