dev-js/*: hsd dependencies

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-09-30 14:23:42 +02:00
parent b17063fe77
commit 1f061f5247
102 changed files with 1089 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST hs-client-0.0.9.tgz 10435 BLAKE2B 3666575ff84287b4cb1feaf7fa870099d8e93185aa7aa9dc1a572bae5db5d6f4bcea99d15a4447a4017fee4498e5670835cecccf1c166ec98b7735d8494405b5 SHA512 4c0b1ec66a4f85255d090d62897e1b067baa95385349d1b3fd82aafaf8cb492d536764f02b111127cbd987559de8619a3062d997df6e411fb6c14ca4e072d26e

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="HSD node and wallet client"
HOMEPAGE="
https://github.com/handshake-org/hs-client
https://www.npmjs.com/package/hs-client
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/bcfg
dev-js/bcurl
dev-js/bsert
"

View 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/hs-client/issues</bugs-to>
<remote-id type="github">git://github.com/handshake-org/hs-client.git</remote-id>
</upstream>
</pkgmetadata>