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

@@ -0,0 +1 @@
DIST bheep-0.1.5.tgz 2504 BLAKE2B 8201c1db2080ddd9b16a4c41f3e48349c6ee20bc3ceeb3636104894aee64a81f43487a8f48f1d1a4de5a95dc6ba42999c2cff948ec1c40f71cf596c8e88cd058 SHA512 d0a479662f2180904a2f7e7e698ce77424ed81219a90e331ad8c36baccdde549974c87f1dfe76b3c6a044e555b43a6ab4dd0334a84180358f7e6f6da5a941706

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

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