dev-js/*: tangram and dependencies

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-01 15:49:07 +02:00
parent 4ae93b7596
commit b61907fd50
333 changed files with 3597 additions and 0 deletions

1
dev-js/pbf/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST pbf-3.2.1.tgz 27180 BLAKE2B 50199095d2db53edc920329aaac34cc02c4c48443b0cdefe2e8defde3dd5592017340b227da8d276e33a34f36eed8da9d860666ccf3365a4ff90d076bd55fc33 SHA512 0a5ad5ee934e9fbaed9a84151784d2d6fc94d168584673fdd9fcdb7c5ef98c0230a67cdd2577fc89377808c12a3b8c947a71fa343a8b8b08ea961e90819ce02d

12
dev-js/pbf/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/mapbox/pbf/issues</bugs-to>
<remote-id type="github">mapbox/pbf</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="a low-level, lightweight protocol buffers implementation in JavaScript"
HOMEPAGE="
https://github.com/mapbox/pbf
https://www.npmjs.com/package/pbf
"
LICENSE="BSD"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/ieee754
dev-js/resolve-protobuf-schema
"