void-packages/srcpkgs/netpgpverify/template

21 lines
590 B
Bash
Raw Normal View History

2015-02-05 07:29:02 +00:00
# Template file for 'netpgpverify'
pkgname=netpgpverify
2016-06-17 22:35:11 +00:00
version=20160616
2016-06-03 04:46:03 +00:00
revision=1
2015-02-05 07:29:02 +00:00
build_style=configure
configure_args="--prefix=/usr --mandir=/usr/share/man"
short_desc="PGP/SSH standalone verification utility"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2015-02-05 07:29:02 +00:00
license="2-clause-BSD"
homepage="http://www.netpgp.com"
distfiles="http://www.netpgp.com/src/${pkgname}-${version}.tar.gz"
2016-06-17 22:35:11 +00:00
checksum=59f80576c00d1bf9463307695a2e08ed6a87f2e2eea91686672d116efd688cac
post_extract() {
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile.in
}
post_install() {
sed '/\*\//q' main.c >LICENSE
vlicense LICENSE
}