void-packages/srcpkgs/dht-node/template
2018-03-30 18:15:04 +00:00

20 lines
599 B
Bash

# Template file for 'dht-node'
pkgname=dht-node
version=0.1.0
revision=7
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://build.voidlinux.eu/builders/x86_64-musl_builder/builds/9017/steps/shell_3/logs/stdio"
post_install() {
vlicense LICENSE
vsv dht-node
}