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 hapi+formula-3.0.0.tgz 4998 BLAKE2B 0690e1865156e6e96b80a7352938a320452c08bcdfeec480b20aa1e1a65c8dbece6949e9c3ebfd75ad6155cb0b4fff1d7beb950d06e7605158f297cb29fb5918 SHA512 e86425705e2d4e2829cea1a33f739c26cb55da35a464d1a62872fc427efd7cbda0e4cde8c3ada7eb9d9e02172d59e11221e570b257a31b2d3d603ed45bcaa029

View File

@@ -0,0 +1,17 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
first="${PN%%+*}"
second="${PN#*+}"
SRC_URI="mirror://npm/@${first}/${second}/-/${second}-${PV}.tgz -> ${P}.tgz"
DESCRIPTION="Math and string formula parser."
HOMEPAGE="
https://github.com/hapijs/formula
https://www.npmjs.com/package/@hapi/formula
"
LICENSE="BSD"
KEYWORDS="~amd64"

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/hapijs/formula/issues</bugs-to>
<remote-id type="github">hapijs/formula</remote-id>
</upstream>
</pkgmetadata>