New package: dht-node-0.1.0

This commit is contained in:
lemmi 2017-06-18 03:37:11 +02:00
parent 4e31641f64
commit d54c2506de
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/sh
exec 2>&1
exec chpst -u nobody dht-node -many 1 -mem

19
srcpkgs/dht-node/template Normal file
View File

@ -0,0 +1,19 @@
# Template file for 'dht-node'
pkgname=dht-node
version=0.1.0
revision=1
build_style=go
go_import_path="github.com/ipfs/dht-node"
go_build_tags="netgo"
hostmakedepends="git"
short_desc="IPFS dht node"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="MIT"
homepage="http://github.com/ipfs/dht-node"
distfiles="https://github.com/ipfs/dht-node/archive/v${version}.tar.gz"
checksum=2f6fd9091d5727fdba5c9defa2a57b27c723cdad732e24580d79635f86b84575
post_install() {
vlicense LICENSE
vsv dht-node
}