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

@@ -0,0 +1 @@
DIST blgr-0.2.0.tgz 7175 BLAKE2B 2eb68d94be418a9611257343aa0e749829a550b8f83ec89114167d83fd58966906a7b87056e235065f9dc7a80233ccb12687ba509c3bebe89def55f939cf322c SHA512 da365da9a8d80860f9af019d3a8a10a718232ac880015da0f0b6a9c129db4e30184d902a9aa0404be1ac546162fbfcbbb753eca6276fff91ec5816c9aec12e17

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

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