16 lines
476 B
Bash
16 lines
476 B
Bash
# 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
|
|
}
|