17 lines
452 B
Bash
17 lines
452 B
Bash
# 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
|
|
}
|