void-packages/srcpkgs/unifdef/template

17 lines
462 B
Bash
Raw Normal View History

2015-11-22 20:46:23 +00:00
# Template file for 'unifdef'
pkgname=unifdef
2015-12-04 00:36:19 +00:00
version=2.11
2015-11-22 20:46:23 +00:00
revision=1
build_style=gnu-makefile
make_install_args="prefix=/usr"
short_desc="Selectively remove C preprocessor conditionals"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="2-clause-BSD"
homepage="http://dotat.at/prog/unifdef/"
distfiles="${homepage}/unifdef-${version}.tar.xz"
2015-12-04 00:36:19 +00:00
checksum=828ffc270ac262b88fe011136acef2780c05b0dc3c5435d005651740788d4537
2015-11-22 20:46:23 +00:00
post_install() {
vlicense COPYING
}