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