blob: 7184ed0e23ddc1740e903733275574f830de7e7b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Template file for 'vmtouch'
pkgname=vmtouch
version=1.3.1
revision=1
build_style=gnu-makefile
hostmakedepends="perl"
short_desc="The Virtual Memory Toucher"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="http://hoytech.com/vmtouch/"
distfiles="https://github.com/hoytech/vmtouch/archive/v${version}.tar.gz"
checksum=d57b7b3ae1146c4516429ab7d6db6f2122401db814ddd9cdaad10980e9c8428c
post_install() {
vlicense LICENSE
}
|