22 lines
557 B
Bash
22 lines
557 B
Bash
# Template file for 'nncp'
|
|
pkgname=nncp
|
|
version=3.4
|
|
revision=2
|
|
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=9796c4cb7b670fc75feed3cd467ca556b230387d935b09bb4b19fd57fd17ffba
|
|
|
|
do_build() {
|
|
make
|
|
}
|
|
|
|
do_install() {
|
|
make install DESTDIR="$DESTDIR" PREFIX=/usr \
|
|
INFODIR=$DESTDIR/usr/share/info
|
|
}
|