void-packages/srcpkgs/nncp/template
maxice8 2a6b2b91f8 nncp: update to 3.1.
Closes #14738.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-28 09:53:26 +02:00

21 lines
557 B
Bash

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