diff --git a/srcpkgs/paexec/template b/srcpkgs/paexec/template new file mode 100644 index 00000000000..16d2d717095 --- /dev/null +++ b/srcpkgs/paexec/template @@ -0,0 +1,20 @@ +# 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 " +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 +}