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

@@ -0,0 +1 @@
DIST jszip-3.5.0.tgz 171138 BLAKE2B 0de9bc6caccd147e1bbafa84060642002885b5026d0f48abe470d7ea42a18e2d338c51bce06acc50a10ff1fcb93f3084a57210c9d842f76f85d7ca5664e8a976 SHA512 591b6eed33c299878f4759dacdfaedb85db5e9c215a27ff71963af1d2f504796c8c126e7c6d76999aeae9f78f21863611ec2824b39f962993e1240d1bd31a214

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="Create, read and edit .zip files with JavaScript http://stuartk.com/jszip"
HOMEPAGE="
https://github.com/Stuk/jszip
https://www.npmjs.com/package/jszip
"
LICENSE="|| ( MIT GPL-3 )"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/lie
dev-js/pako
dev-js/readable-stream
dev-js/set-immediate-shim
"

12
dev-js/jszip/metadata.xml Normal file
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/Stuk/jszip/issues</bugs-to>
<remote-id type="github">Stuk/jszip</remote-id>
</upstream>
</pkgmetadata>