21 lines
556 B
Bash
21 lines
556 B
Bash
# Template file for 'nncp'
|
|
pkgname=nncp
|
|
version=8.10.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=154e13ba15c0ea93f54525793b0699e496b2db7281e1555f08d785a528f3f7fc
|
|
|
|
do_build() {
|
|
./bin/build
|
|
}
|
|
|
|
do_install() {
|
|
DESTDIR="$DESTDIR" PREFIX=/usr INFODIR=$DESTDIR/usr/share/info ./install
|
|
}
|