dev-js/*: pelias-openstreetmap dependencies

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-01 02:21:46 +02:00
parent 902e0be573
commit 8797af3e0f
960 changed files with 15785 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST github-from-package-0.0.0.tgz 2121 BLAKE2B af6f9f78f5f110557729f3e5ae13e1f382eadd55cd276196920c78ceb78afc7d8535a96f68ddf27a33ebaa444d231ce0cea460220d1d6829113f77b7ab469795 SHA512 4b21f2dd3d6fd8d5179f6f4eb1677198ae91c070febe48f7bfc7a7f00381675c0143f842010e5b0104c3d36916e16f6d529ff7421e89f2bf44be7b62c8298e3b

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="return the github url from a package.json file"
HOMEPAGE="
https://www.npmjs.com/package/github-from-package
"
KEYWORDS="~amd64"
LICENSE="MIT"
IUSE="examples"
src_install() {
use examples && dodoc -r example
rm -rf example || die
node_src_install
}

View File

@@ -0,0 +1,11 @@
<?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>
<remote-id type="github">substack/github-from-package</remote-id>
</upstream>
</pkgmetadata>