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

@@ -0,0 +1 @@
DIST bns-0.15.0.tgz 142496 BLAKE2B ea1b80ef27b20579f9f413e0413a333397c308f34f417df182e7213c4e925504e406c88794dd257396f676f71e2f8d81c9eb4abb6068dfa6375a7256c2ba018a SHA512 889590544dfdf6f4333df85a94530918443b9393add83e8ccfc764a0f78b3bc86e58030e889349d6d1f33aee63f99c8d35ec3a213806fcbb12c9a44fc6f917bb

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="DNS bike-shed"
HOMEPAGE="
https://github.com/chjj/bns
https://www.npmjs.com/package/bns
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/bcrypto
dev-js/bfile
dev-js/bheep
dev-js/binet
dev-js/bs32
dev-js/bsert
dev-js/btcp
dev-js/budp
dev-js/bufio
dev-js/unbound
"

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