New package: nncp-0.7

This commit is contained in:
Leah Neukirchen 2017-04-30 21:35:10 +02:00
parent ee47f40f4d
commit a173014fef

19
srcpkgs/nncp/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'nncp'
pkgname=nncp
version=0.7
revision=1
build_style=go
short_desc="Node to Node copy, utilities for secure store-and-forward"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3"
homepage="http://www.nncpgo.org/"
distfiles="http://www.nncpgo.org/download/${pkgname}-${version}.tar.xz"
checksum=d3407323f89296dd743fa76451964b43794e61be0e1d2dd4abd02042b94ffc4f
do_build() {
make
}
do_install() {
make install DESTDIR="$DESTDIR" PREFIX=/usr \
INFODIR=$DESTDIR/usr/share/info
}