void-packages/srcpkgs/nncp/template

20 lines
511 B
Bash
Raw Normal View History

2017-04-30 21:35:10 +02:00
# Template file for 'nncp'
pkgname=nncp
2017-09-06 18:53:04 +02:00
version=0.11
revision=1
2017-04-30 21:35:10 +02:00
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"
2017-09-06 18:53:04 +02:00
checksum=d0f73c3badbf6b8b13641a614d34f65f20af4c8490894331bf1f16092d65e719
2017-08-25 10:51:48 +02:00
2017-04-30 21:35:10 +02:00
do_build() {
make
}
do_install() {
make install DESTDIR="$DESTDIR" PREFIX=/usr \
INFODIR=$DESTDIR/usr/share/info
}