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

@@ -0,0 +1 @@
DIST bweb-0.1.10.tgz 17534 BLAKE2B 4bbd1212f9cb02819740df0bbfc792fbfc474917489c589ee793be779305f66a053e5998846e96df87f30afa56847b6d89c9c98bbe5cced9f03da16331585aaf SHA512 dca933feb7ecc805944bef035795d887072054de037c37b0acffa215372941f759cdc17af8eca902aedd1ceb57574b16ed4ff79ac03fb0412acf430767d1115a

View File

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

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