mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
dev-js/*: pelias-openstreetmap dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/minipass/Manifest
Normal file
1
dev-js/minipass/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST minipass-3.1.3.tgz 12388 BLAKE2B 77ea68cb37f5cea983de5cc402b915db739365dbfe5300fb415a93dba94e2720b693500f694043edee88223d0fe822c4e685f3060e79010717650b8f71084951 SHA512 32077619d315cd8fb1dc827ea079d533e286de503973cb6769bc892a61d2686da4006a6e771b8e7fc4e80e486e985ed4ccc13b0de71b404f6e39984d9bb3ee26
|
||||
12
dev-js/minipass/metadata.xml
Normal file
12
dev-js/minipass/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/isaacs/minipass/issues</bugs-to>
|
||||
<remote-id type="github">isaacs/minipass</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
19
dev-js/minipass/minipass-3.1.3.ebuild
Normal file
19
dev-js/minipass/minipass-3.1.3.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit node
|
||||
|
||||
DESCRIPTION="minimal implementation of a PassThrough stream"
|
||||
HOMEPAGE="
|
||||
https://github.com/isaacs/minipass
|
||||
https://www.npmjs.com/package/minipass
|
||||
"
|
||||
|
||||
LICENSE="ISC"
|
||||
KEYWORDS="~amd64"
|
||||
RDEPEND="
|
||||
${NODEJS_RDEPEND}
|
||||
dev-js/yallist
|
||||
"
|
||||
Reference in New Issue
Block a user