New package: nncp-0.7
This commit is contained in:
parent
ee47f40f4d
commit
a173014fef
1 changed files with 19 additions and 0 deletions
19
srcpkgs/nncp/template
Normal file
19
srcpkgs/nncp/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'nncp'
|
||||||
|
pkgname=nncp
|
||||||
|
version=0.7
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
short_desc="Node to Node copy, utilities for secure store-and-forward"
|
||||||
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="http://www.nncpgo.org/"
|
||||||
|
distfiles="http://www.nncpgo.org/download/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=d3407323f89296dd743fa76451964b43794e61be0e1d2dd4abd02042b94ffc4f
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make
|
||||||
|
}
|
||||||
|
do_install() {
|
||||||
|
make install DESTDIR="$DESTDIR" PREFIX=/usr \
|
||||||
|
INFODIR=$DESTDIR/usr/share/info
|
||||||
|
}
|
Loading…
Reference in a new issue