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

@@ -0,0 +1 @@
DIST gl-mat4-1.2.0.tgz 9017 BLAKE2B ea14528848846419e724785fbae97d654fcdea1b272ac16cfc763a744c53e8cb462202478c32d620d70231d0c426dd7806cc9582f23afc542bce5a6846d4c000 SHA512 b13e42d29c01d7f7bd1bd02f0282eca1a26d6cc1a37ddfe37f1a3c8cc08aa986049e366e16fa95e6b7a1a9aaf4e77f049acb237437a21169cac81493c3baaea0

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="gl-matrix's mat4, split into smaller pieces"
HOMEPAGE="
https://github.com/stackgl/gl-mat4
https://www.npmjs.com/package/gl-mat4
"
LICENSE="ZLIB"
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/stackgl/gl-mat4/issues</bugs-to>
<remote-id type="github">stackgl/gl-mat4</remote-id>
</upstream>
</pkgmetadata>