void-packages/srcpkgs/nncp/template
2020-01-24 10:53:15 +01:00

22 lines
555 B
Bash

# Template file for 'nncp'
pkgname=nncp
version=5.3.3
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-only"
homepage="http://www.nncpgo.org/"
distfiles="http://www.nncpgo.org/download/${pkgname}-${version}.tar.xz"
checksum=707cd8524e424c24bcb22d6b4bc8170971c42a5fe0062b93a8d1dd9d7fb365d0
do_build() {
make
}
do_install() {
make install DESTDIR="$DESTDIR" PREFIX=/usr \
INFODIR=$DESTDIR/usr/share/info
}