# Template file for 'nncp' pkgname=nncp version=7.7.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 " license="GPL-3.0-only" homepage="http://www.nncpgo.org/" distfiles="http://www.nncpgo.org/download/${pkgname}-${version}.tar.xz" checksum=a692a2fc963cb0a45bfd5b7f497a26d0bd7386304f9fa3cd526dc69fca3929ee do_build() { make } do_install() { make install DESTDIR="$DESTDIR" PREFIX=/usr \ INFODIR=$DESTDIR/usr/share/info }