21 lines
557 B
Bash
21 lines
557 B
Bash
# Template file for 'nncp'
|
|
pkgname=nncp
|
|
version=4.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=29aec53dec914906d7c471940955a32e2bf470e69b8e09d3af3b62d8cc8e541e
|
|
|
|
do_build() {
|
|
make
|
|
}
|
|
|
|
do_install() {
|
|
make install DESTDIR="$DESTDIR" PREFIX=/usr \
|
|
INFODIR=$DESTDIR/usr/share/info
|
|
}
|