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

@@ -0,0 +1 @@
DIST bfilter-1.0.5.tgz 4532 BLAKE2B e702734baf9956bea37bba1c749cfb49363ac4cc75d306535a4fc0228cd8c4e2314f83a4f31a540d76e480aa186b3c96e4c3c83450f4ac576f0ed1ae6973d2ea SHA512 1aea4889db42bcb6ca8579c0d6cc6faf06be821f79a9b8da7f2ecfd54d71ff60c7c4d69b5eae27196d31deb9a0ce524c625565f9cf1f331a0c448c2929896071

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

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