dht-node: remove package.
Has been broken for a long time, and upstream repository is archived.
This commit is contained in:
parent
c56d73ba3c
commit
657acf5b32
3 changed files with 1 additions and 24 deletions
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec 2>&1
|
||||
exec chpst -u nobody dht-node -many 1 -mem
|
|
@ -1,20 +0,0 @@
|
|||
# Template file for 'dht-node'
|
||||
pkgname=dht-node
|
||||
version=0.2.0
|
||||
revision=3
|
||||
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
|
||||
broken="missing distfile and modules"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vsv dht-node
|
||||
}
|
|
@ -28,6 +28,7 @@ replaces="
|
|||
couchdb<=1.7.1_2
|
||||
ctpp2<=2.8.3_7
|
||||
ctpp2-devel<=2.8.3_7
|
||||
dht-node<=0.2.0_3
|
||||
djmount<=0.71_8
|
||||
dleyna-core<=0.6.0_2
|
||||
dleyna-renderer<=0.6.0_2
|
||||
|
|
Loading…
Reference in a new issue