mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-js/*: hsd dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/bfilter/Manifest
Normal file
1
dev-js/bfilter/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST bfilter-1.0.5.tgz 4532 BLAKE2B e702734baf9956bea37bba1c749cfb49363ac4cc75d306535a4fc0228cd8c4e2314f83a4f31a540d76e480aa186b3c96e4c3c83450f4ac576f0ed1ae6973d2ea SHA512 1aea4889db42bcb6ca8579c0d6cc6faf06be821f79a9b8da7f2ecfd54d71ff60c7c4d69b5eae27196d31deb9a0ce524c625565f9cf1f331a0c448c2929896071
|
||||
21
dev-js/bfilter/bfilter-1.0.5.ebuild
Normal file
21
dev-js/bfilter/bfilter-1.0.5.ebuild
Normal 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
|
||||
"
|
||||
12
dev-js/bfilter/metadata.xml
Normal file
12
dev-js/bfilter/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user