void-packages/srcpkgs/dht-node/template
2017-08-25 08:51:59 +00:00

22 lines
562 B
Bash

# Template file for 'dht-node'
pkgname=dht-node
version=0.1.0
revision=2
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
broken="https://github.com/voidlinux/void-packages/issues/7308"
post_install() {
vlicense LICENSE
vsv dht-node
}