mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
dev-js/*: pelias-openstreetmap dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/split/Manifest
Normal file
1
dev-js/split/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST split-1.0.1.tgz 4463 BLAKE2B 943d2451ae6047f19c6c2ff679258dc6ec8bc39498d34c86337cd2c6332b5ae780e8098a2667cf1a3d3859ce2c0e2371e4dc8c8f29d8d4b09c6c0e5ae8f36cd2 SHA512 993c8ea0f6eb8afb579f09c8c59445611acf36d1052a5a41d9fbe34a7090522000eaa019ceac276b97a7bcae2e93a38878fd7b0ac745deb481198541b14d1392
|
||||
12
dev-js/split/metadata.xml
Normal file
12
dev-js/split/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/dominictarr/split/issues</bugs-to>
|
||||
<remote-id type="github">dominictarr/split</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
25
dev-js/split/split-1.0.1.ebuild
Normal file
25
dev-js/split/split-1.0.1.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit node
|
||||
|
||||
DESCRIPTION="split a Text Stream into a Line Stream"
|
||||
HOMEPAGE="
|
||||
https://github.com/dominictarr/split
|
||||
https://www.npmjs.com/package/split
|
||||
"
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="examples"
|
||||
RDEPEND="
|
||||
${NODEJS_RDEPEND}
|
||||
dev-js/through
|
||||
"
|
||||
|
||||
src_install() {
|
||||
use examples && dodoc -r examples
|
||||
rm -rf examples || die
|
||||
node_src_install
|
||||
}
|
||||
Reference in New Issue
Block a user