diff --git a/srcpkgs/cmdpack/template b/srcpkgs/cmdpack/template new file mode 100644 index 00000000000..a5016e6560d --- /dev/null +++ b/srcpkgs/cmdpack/template @@ -0,0 +1,16 @@ +# Template file for 'cmdpack' +pkgname=cmdpack +version=1.06 +revision=1 +build_style=gnu-makefile +hostmakedepends="asciidoc" +short_desc="Fork of cmdpack by Neill Corlett" +maintainer="SolitudeSF " +license="GPL-3.0-or-later" +homepage="https://github.com/chungy/cmdpack" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=6ce7029c0f2b0fbc6a1e26fb3ad8003ed18836aa3ef35f148ec51cde0b703307 + +pre_build() { + sed -i 's|/usr/local|$(PREFIX)|' Makefile +}