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 commander-7.0.0.tgz 37236 BLAKE2B 3570a4c17a4030be3760f081950bc8db01aa873d7dcba5b6cbf366f00e46286ab8f87c49045ad1da2f90a0d6f9b44333d66d1a900667a00b903b353c751fdb2e SHA512 a2fc7fecd913ae73ee215f2caa4fc68d4208335fa25107aa037c9ed95369abdb15a2266ca2839b5a5432f8e3d6188d7b183684a326ee006266e94f320b4efb04

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="the complete solution for node.js command-line programs"
HOMEPAGE="
https://github.com/tj/commander.js
https://www.npmjs.com/package/commander
"
LICENSE="MIT"
KEYWORDS="~amd64"

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/tj/commander.js/issues</bugs-to>
<remote-id type="github">tj/commander</remote-id>
</upstream>
</pkgmetadata>