void-packages/srcpkgs/paexec/template
2015-01-19 11:21:37 +01:00

21 lines
638 B
Plaintext

# Template file for 'paexec'
pkgname=paexec
version=1.0.1
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-makefile
make_install_args="MANDIR=/usr/share/man STRIPFLAG="
hostmakedepends="mk-configure runawk perl"
make_cmd=mkcmake
depends="runawk"
short_desc="Distribute tasks over network or CPUs"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="MIT"
homepage="https://github.com/cheusov/paexec"
distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.tar.gz"
checksum=281924cf1a1f01a5e0bf0c61037ef0f5487c7f2e516c4905c17b6a5da6d7814d
post_install() {
vlicense doc/LICENSE
}