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

1
dev-js/bcrypto/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST bcrypto-5.4.0.tgz 1052365 BLAKE2B fea2c0a97b441f647d249fcde6f4e0d5fc69855f801fac935fc5dfb6f3d020d315eaea06093ae7a37fbae30d319fe67d346d7c870aecec2575e241fd2964c35b SHA512 2835f6091dbda3a668aa942775c0b115902d600d630cc9d75378e609fccfe3883ef82bbb0071ed64dfc96eb37f317020f522efb50f172121be7950fdcc7d7e26

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="JS crypto library"
HOMEPAGE="
https://github.com/bcoin-org/bcrypto
https://www.npmjs.com/package/bcrypto
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/bufio
dev-js/loady
"

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