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 sideway+formula-3.0.0.tgz 4739 BLAKE2B cf89e07339ba539a53640aee34e8ca4e3656ad3922e44ac4abc5026d41a928c179c4896763cb98e49e26bb59c751ab3d9d2ed053172e53368824f868f30c874d SHA512 bc77bbc19e0d39755f92845bf13e68b6210d5654fb6b72008b0ec7e4cdbe18efbd08381c55452c5f5cda940ced0a6c323abd9151318976007e66f495aa67479a

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

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/sideway/formula
https://www.npmjs.com/package/@sideway/formula
"
LICENSE="BSD"
KEYWORDS="~amd64"