mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
nncp: template cleanup
This commit is contained in:
parent
c7e5763f08
commit
f12ad814f6
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ pkgname=nncp
|
||||||
version=0.12
|
version=0.12
|
||||||
revision=2
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
|
go_import_path=cypherpunks.ru/nncp
|
||||||
short_desc="Node to Node copy, utilities for secure store-and-forward"
|
short_desc="Node to Node copy, utilities for secure store-and-forward"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
@ -13,6 +14,7 @@ checksum=707b400597753b2973a5f3e5dab51b9221cc296d690ef4bcade93e0d2595a5f2
|
||||||
do_build() {
|
do_build() {
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make install DESTDIR="$DESTDIR" PREFIX=/usr \
|
make install DESTDIR="$DESTDIR" PREFIX=/usr \
|
||||||
INFODIR=$DESTDIR/usr/share/info
|
INFODIR=$DESTDIR/usr/share/info
|
||||||
|
|
Loading…
Add table
Reference in a new issue