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

@@ -0,0 +1 @@
DIST gl-mat3-2.0.0.tgz 4942 BLAKE2B fd5ed216c7a751f500032dfa30a78174d2b8daee5044eff88b035314ffaf40d43137259f6aee8ce84e0fa60a5d3242f7d61eea42a89a53ef03b5bf02f04b00dc SHA512 fd17caca2ce1ced906fa01f4ee5034fce23db97544a83aef8f36b553c9197374a3be7fe24f56bdf63c8bd56b4bcd7327fc1629d20784dbf0ec369f46097a76f1

View File

@@ -0,0 +1,14 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="gl-matrix's mat3, split into smaller pieces"
HOMEPAGE="
https://github.com/gl-modules/gl-mat3
https://www.npmjs.com/package/gl-mat3
"
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/gl-modules/gl-mat3/issues</bugs-to>
<remote-id type="github">gl-modules/gl-mat3</remote-id>
</upstream>
</pkgmetadata>