19 lines
497 B
Bash
19 lines
497 B
Bash
# Template file for 'dht-node'
|
|
pkgname=dht-node
|
|
version=0.2.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=06ce87dc4c62b0f960eaa7e0d3c2d1adc1c5335361391faa5c7587bc2e4b59c1
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vsv dht-node
|
|
}
|