mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-js/*: tangram and dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/resolve-protobuf-schema/Manifest
Normal file
1
dev-js/resolve-protobuf-schema/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST resolve-protobuf-schema-2.1.0.tgz 2269 BLAKE2B d2e2f5c3a51c7aeaf86d2fedd841d9a772dfd7828ce6106a5870573ea8617f088e983eb1ac05fffdb0b638c1c3585905ac8209c161ff22fa6b0323d4152bdc31 SHA512 908e5f7d38995a625a4bf86e33cc197c431eaf579177ba094210eec5e08b7b7b7b37b997df3f7808dd313f1050c456104d2373f53d22fafea29caa9274af31ad
|
||||
12
dev-js/resolve-protobuf-schema/metadata.xml
Normal file
12
dev-js/resolve-protobuf-schema/metadata.xml
Normal 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>
|
||||
@@ -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
|
||||
"
|
||||
Reference in New Issue
Block a user