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

@@ -0,0 +1 @@
DIST binet-0.3.6.tgz 11816 BLAKE2B 1a70cf88f3ec811afc94b5fbbd49c402e9389cbf7bec90b5e727bd4b15902b6b95e55e8d29865166abda146c53009483c6663e02926d5dbebad1a250d8bd0d70 SHA512 ea99be19cdee362889644bf493c2435aa425a3d922fe8f5434090b9abd041a6ee123931ba0e25520e94ed67c3762e0e42c758defc38fb1a0b82614649f68cc2f

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="IP address tools for javascript"
HOMEPAGE="
https://github.com/bcoin-org/binet
https://www.npmjs.com/package/binet
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/bs32
dev-js/bsert
"

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