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

@@ -0,0 +1 @@
DIST bufio-1.0.7.tgz 12992 BLAKE2B fbd5a9678b1132886edcfc732418e8fc1370148739f19c4c70c4eca5ee16ac33f81ec7a42ed7a25fd97c2ffd37b9279ae51a8a85ffdecb91d2112fcba92a4917 SHA512 6ddd5d0d08620be6c46c47e0e7a21d06fedf6966ba3a2a4cb3f005145bed167077c00623970429411674a66e99920b5f2f4a482d15e12b13a2423e94ce8311ec

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="Buffer and serialization utilities for javascript"
HOMEPAGE="
https://github.com/bcoin-org/bufio
https://www.npmjs.com/package/bufio
"
LICENSE="MIT"
KEYWORDS="~amd64"

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