mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-js/*: hsd dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/unbound/Manifest
Normal file
1
dev-js/unbound/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST unbound-0.4.3.tgz 7475 BLAKE2B 6ec0d3bfd7304f4dc4594d04e26c5c7465d23d55ad2232d3552c027625f9948cfec716c323d538e560d62942943af2ffbc9d67964809ae574c6b8d8fe4d2f154 SHA512 d884aa64b5edce9d65f5fd55f18afa4becee857c44c04d428ca1e35d42c50c725c7e173d1a6de69f5f6174fa78ae534611d0a2bca6062a361edd64469da7d874
|
||||
12
dev-js/unbound/metadata.xml
Normal file
12
dev-js/unbound/metadata.xml
Normal 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>
|
||||
25
dev-js/unbound/unbound-0.4.3.ebuild
Normal file
25
dev-js/unbound/unbound-0.4.3.ebuild
Normal 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
|
||||
"
|
||||
Reference in New Issue
Block a user