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

@@ -0,0 +1 @@
DIST blst-0.1.5.tgz 2542 BLAKE2B a75b8edd66118708f1b466daa9f2de816247f0899a0eb5f0bdebfe1f60056c30425dd656fbb500fbd6b2f70c0fc14eac47dea3b8555718484a29795da6eb375d SHA512 4cf974e02c7708774f140276c7d5f1d59d4539fa40ce634f7c791fa3ea4601a347e2e2e14b9f04c6f6a6564661de369d17e07b579b0cb6abeba9d7fd98720d60

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

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