21 lines
613 B
Bash
21 lines
613 B
Bash
# Template file for 'nncp'
|
|
pkgname=nncp
|
|
version=0.7
|
|
revision=3
|
|
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
|
|
|
|
broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/4388/steps/shell_3/logs/stdio"
|
|
|
|
do_build() {
|
|
make
|
|
}
|
|
do_install() {
|
|
make install DESTDIR="$DESTDIR" PREFIX=/usr \
|
|
INFODIR=$DESTDIR/usr/share/info
|
|
}
|