20 lines
590 B
Bash
20 lines
590 B
Bash
# Template file for 'netpgpverify'
|
|
pkgname=netpgpverify
|
|
version=20160616
|
|
revision=1
|
|
build_style=configure
|
|
configure_args="--prefix=/usr --mandir=/usr/share/man"
|
|
short_desc="PGP/SSH standalone verification utility"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="2-clause-BSD"
|
|
homepage="http://www.netpgp.com"
|
|
distfiles="http://www.netpgp.com/src/${pkgname}-${version}.tar.gz"
|
|
checksum=59f80576c00d1bf9463307695a2e08ed6a87f2e2eea91686672d116efd688cac
|
|
|
|
post_extract() {
|
|
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile.in
|
|
}
|
|
post_install() {
|
|
sed '/\*\//q' main.c >LICENSE
|
|
vlicense LICENSE
|
|
}
|