New package: cmdpack-1.06

This commit is contained in:
SolitudeSF 2018-08-13 15:03:57 +03:00 committed by maxice8
parent 38c86f33c0
commit 3e56bb7c9e

16
srcpkgs/cmdpack/template Normal file
View file

@ -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 <solitudesf@protonmail.com>"
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
}