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

@@ -0,0 +1 @@
DIST unbound-0.4.3.tgz 7475 BLAKE2B 6ec0d3bfd7304f4dc4594d04e26c5c7465d23d55ad2232d3552c027625f9948cfec716c323d538e560d62942943af2ffbc9d67964809ae574c6b8d8fe4d2f154 SHA512 d884aa64b5edce9d65f5fd55f18afa4becee857c44c04d428ca1e35d42c50c725c7e173d1a6de69f5f6174fa78ae534611d0a2bca6062a361edd64469da7d874

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

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="Bindings to libunbound for node.js"
HOMEPAGE="
https://github.com/chjj/unbound
https://www.npmjs.com/package/unbound
"
LICENSE="MIT"
KEYWORDS="~amd64"
DEPEND="
${NODEJS_DEPEND}
net-dns/unbound
"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/loady
net-dns/unbound
"