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

@@ -0,0 +1 @@
DIST bdb-1.3.0.tgz 209015 BLAKE2B 4a0a764dc4a48d6df694b88200e17dcea00b32f8a54b4c9191a9271930acd54c1f93cea8ddf71531c990fe15b3619db19b6f35ee26ef91c213dfa4d18e22e2d5 SHA512 a099d69c73937272616b3c2913342f3c5b5247521d1ed4b73dccee2d8de49606534ed4546c0457eed7698504bc88d514c0454c7ee3bddde1c35b04c80a878996

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="Database for bcoin"
HOMEPAGE="
https://github.com/bcoin-org/bdb
https://www.npmjs.com/package/bdb
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/bsert
dev-js/loady
"

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