New package: pp-1.0
This commit is contained in:
parent
7cf44564e1
commit
480b77854a
1 changed files with 22 additions and 0 deletions
22
srcpkgs/pp/template
Normal file
22
srcpkgs/pp/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'pp'
|
||||
pkgname=pp
|
||||
version=1.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Simple preprocessor"
|
||||
maintainer='Michal V <michal@pmsdev.tk>'
|
||||
license="ISC"
|
||||
homepage="https://adi.tilde.institute/${pkgname}/"
|
||||
distfiles="https://adi.tilde.institute/${pkgname}/${pkgname}-${version}.tgz"
|
||||
checksum=4c0ea789f58b502b9d9f6a28096c6ee4237b805ab3947c569661906475f3e215
|
||||
|
||||
wrksrc="${pkgname}"
|
||||
|
||||
do_build() {
|
||||
make CC="$CC" LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vdoc README
|
||||
}
|
Loading…
Reference in a new issue