2017-06-18 03:37:11 +02:00
|
|
|
# Template file for 'dht-node'
|
|
|
|
pkgname=dht-node
|
|
|
|
version=0.1.0
|
2017-10-26 10:35:56 +02:00
|
|
|
revision=3
|
2017-06-18 03:37:11 +02:00
|
|
|
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
|
|
|
|
|
2017-08-25 09:41:43 +02:00
|
|
|
broken="https://github.com/voidlinux/void-packages/issues/7308"
|
|
|
|
|
2017-06-18 03:37:11 +02:00
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
vsv dht-node
|
|
|
|
}
|