23 lines
483 B
Bash
23 lines
483 B
Bash
# Template file for 'pp'
|
|
pkgname=pp
|
|
version=1.0.8
|
|
revision=1
|
|
wrksrc="${pkgname}"
|
|
build_style=gnu-makefile
|
|
short_desc="Simple preprocessor"
|
|
maintainer="Paper <paper@tilde.institute>"
|
|
license="ISC"
|
|
homepage="https://mkws.sh/pp.html"
|
|
distfiles="https://mkws.sh/pp/pp@${version}.tgz"
|
|
checksum=2115b8e7d84f86864c979ea3c04288dd7f427fa758372cfef28a04badfade3b8
|
|
|
|
do_build() {
|
|
make CC="$CC" LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS"
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README
|
|
vman pp.1
|
|
}
|