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/bs32/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST bs32-0.1.6.tgz 2825 BLAKE2B c2a0f1ebd5f49a0002f16dad2fd52175e72e97b1c391236ebfd5b5d13a26c2d35ea9bf0e1f44e1c892d9db69c4f67a2dd9f98d3ad2b56592dcffb1f44f14033e SHA512 bac8c37ac42a67c8a11d73a738442e01dca60479c911f49df9a10b1528358cdfd5de201fd761ebca51e5449c08b7a0d33265e904343e6018374370c861d85181

View File

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

12
dev-js/bs32/metadata.xml Normal file
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/bs32/issues</bugs-to>
<remote-id type="github">git://github.com/bcoin-org/bs32.git</remote-id>
</upstream>
</pkgmetadata>