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

View File

@@ -0,0 +1 @@
DIST resolve-protobuf-schema-2.1.0.tgz 2269 BLAKE2B d2e2f5c3a51c7aeaf86d2fedd841d9a772dfd7828ce6106a5870573ea8617f088e983eb1ac05fffdb0b638c1c3585905ac8209c161ff22fa6b0323d4152bdc31 SHA512 908e5f7d38995a625a4bf86e33cc197c431eaf579177ba094210eec5e08b7b7b7b37b997df3f7808dd313f1050c456104d2373f53d22fafea29caa9274af31ad

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/mafintosh/resolve-protobuf-schema/issues</bugs-to>
<remote-id type="github">mafintosh/resolve-protobuf-schema</remote-id>
</upstream>
</pkgmetadata>

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="Read a protobuf schema from the disk, parse it and resolve all imports"
HOMEPAGE="
https://github.com/mafintosh/resolve-protobuf-schema
https://www.npmjs.com/package/resolve-protobuf-schema
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/protocol-buffers-schema
"