20 lines
590 B
Bash
20 lines
590 B
Bash
# Template file for 'netpgpverify'
|
|
pkgname=netpgpverify
|
|
version=20150204
|
|
revision=2
|
|
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=a488666ac3aecf010d7c06fd59836b97086f9c552409cee9f6324dfbb4c1448e
|
|
|
|
post_extract() {
|
|
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile.in
|
|
}
|
|
post_install() {
|
|
sed '/\*\//q' main.c >LICENSE
|
|
vlicense LICENSE
|
|
}
|