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

@@ -0,0 +1 @@
DIST bfile-0.2.2.tgz 20618 BLAKE2B 76d4af8a3a8e1107269a0d3205276884a56f17a80ec0e959188e7e840590a4d99ce05e9fceeb7a1a5d14d15738cb733d8dc1650f6b9acd3ea017329f8949b4d7 SHA512 5f6d394ac27bcc50278de27fa412ea0ea175d31ff84aede9072f147552b0e21746264eede692e8462fae1b8acf6830029466eb11f4ffd3a3c651b6223182b34e

View File

@@ -0,0 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="Filesystem wrapper for node.js"
HOMEPAGE="
https://github.com/bcoin-org/bfile
https://www.npmjs.com/package/bfile
"
LICENSE="MIT"
KEYWORDS="~amd64"

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