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

@@ -0,0 +1 @@
DIST loady-0.0.5.tgz 2447 BLAKE2B bcdfe6ba0bc5f3dc0f0027e78eecdf369a7a39605445541d167fa5ef4ff4869f3cd1c844a3d2e95bd1971fd2631c3011b5c0bd3fb49c604565c703f5fa192b6b SHA512 bb1283d87223d38dbf1c1c7becd05c9843ec0fe8710a002d8c45a560d49cb948c8b21ffad94caedfd18e47af13051ebcbfe8ea0cbf737dfb425a8528e32d37b1

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="dynamic loader for node.js"
HOMEPAGE="
https://github.com/chjj/loady
https://www.npmjs.com/package/loady
"
LICENSE="MIT"
KEYWORDS="~amd64"

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