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

@@ -0,0 +1 @@
DIST bsock-0.1.9.tgz 34889 BLAKE2B 94e0ee7899a680fd8081ccd39ac24284b68ada15e426d4513054809a98319368daa9db751e711b51b4b7adf67bae667a0734a981f33f3237d3ea1b0232a314e1 SHA512 fe5f4a83f739a3e9ffd00aab78cc61da3a730cc9758a4978814c53ed114d7b7037611232664891121c1c8e6ab18b298949123f4217b0df9ef11a7d522f0ff113

View File

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

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