void-packages/srcpkgs/dht-node/template
2017-06-18 03:37:11 +02:00

19 lines
497 B
Bash

# 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
}