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

@@ -0,0 +1 @@
DIST bupnp-0.2.6.tgz 5675 BLAKE2B def8b4f41b8fa7c8a3758ed5c2be99635ccddcf8308e9373c3836571034657675ddcbb290300013702402af5daa793143beb282ecb464dfe18f8fd4693d04fb8 SHA512 27aca4cc98593315ca37bf0afb5373162defff9d57d8cbf3a76856e36056c26c4855f6aee8f68df7d83200167cc74e5ef0c39b59bb008acdb78128618fdaa96f

View File

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

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