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