mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
net-misc/hsd: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
net-misc/hsd/Manifest
Normal file
1
net-misc/hsd/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST hsd-2.4.0.tgz 4384874 BLAKE2B 08b0be4562f04084d56b0a2a08ab189958628094458fee1e442b9cf54b9d499aade81f31174ed7c5537abb2ae54a9b494c9510646ff7bb62900e4c3ff7dc1e71 SHA512 0e81e15fea295f5455302b4680179dbdb36a4dd7b8a2d96b73a1d9f8985df2c272a24276041f04525d8e6585ebb339c6cadb99e750fecc6bcbbf84fd8371973f
|
||||
52
net-misc/hsd/hsd-2.4.0.ebuild
Normal file
52
net-misc/hsd/hsd-2.4.0.ebuild
Normal file
@@ -0,0 +1,52 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit node
|
||||
|
||||
DESCRIPTION="Cryptocurrency bike-shed"
|
||||
HOMEPAGE="
|
||||
https://github.com/handshake-org/hsd
|
||||
https://www.npmjs.com/package/hsd
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64"
|
||||
RDEPEND="
|
||||
${NODEJS_RDEPEND}
|
||||
dev-js/bcfg
|
||||
dev-js/bcrypto
|
||||
dev-js/bdb
|
||||
dev-js/bdns
|
||||
dev-js/bevent
|
||||
dev-js/bfile
|
||||
dev-js/bfilter
|
||||
dev-js/bheep
|
||||
dev-js/binet
|
||||
dev-js/blgr
|
||||
dev-js/blru
|
||||
dev-js/blst
|
||||
dev-js/bmutex
|
||||
dev-js/bns
|
||||
dev-js/bsert
|
||||
dev-js/bsock
|
||||
dev-js/bsocks
|
||||
dev-js/btcp
|
||||
dev-js/buffer-map
|
||||
dev-js/bufio
|
||||
dev-js/bupnp
|
||||
dev-js/bval
|
||||
dev-js/bweb
|
||||
dev-js/goosig
|
||||
dev-js/hs-client
|
||||
dev-js/n64
|
||||
dev-js/urkel
|
||||
"
|
||||
|
||||
src_install() {
|
||||
node_src_install
|
||||
# binaries already provided by hs-client
|
||||
# https://github.com/handshake-org/hsd/issues/638
|
||||
rm "${ED}"/usr/bin/hs{d,w}-cli || die
|
||||
}
|
||||
12
net-misc/hsd/metadata.xml
Normal file
12
net-misc/hsd/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/handshake-org/hsd/issues</bugs-to>
|
||||
<remote-id type="github">git://github.com/handshake-org/hsd.git</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user