mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-js/*: tangram and dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/pako/Manifest
Normal file
1
dev-js/pako/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pako-2.0.3.tgz 398545 BLAKE2B f6215ce312b4be1012b8a954a1475e53deb7f3c1fb576aefa80fdb1702bb23c1b6842ae055e3a3f66a8f649447b08b52d373b7b96a372bbcbd126c734654f2d5 SHA512 5a347584e7a0fa4922dd920e8da7f86f959571acb58da96229262211a0755f3c21310649c5175046fd15df510a0589716f84fb48ade18df73f8f1c94eb80684b
|
||||
12
dev-js/pako/metadata.xml
Normal file
12
dev-js/pako/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/nodeca/pako/issues</bugs-to>
|
||||
<remote-id type="github">nodeca/pako</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
15
dev-js/pako/pako-2.0.3.ebuild
Normal file
15
dev-js/pako/pako-2.0.3.ebuild
Normal 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="zlib port to javascript - fast, modularized, with browser support"
|
||||
HOMEPAGE="
|
||||
https://github.com/nodeca/pako
|
||||
https://www.npmjs.com/package/pako
|
||||
"
|
||||
|
||||
LICENSE="MIT ZLIB"
|
||||
KEYWORDS="~amd64"
|
||||
Reference in New Issue
Block a user