mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
dev-js/*: pelias-openstreetmap dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/sideway+formula/Manifest
Normal file
1
dev-js/sideway+formula/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST sideway+formula-3.0.0.tgz 4739 BLAKE2B cf89e07339ba539a53640aee34e8ca4e3656ad3922e44ac4abc5026d41a928c179c4896763cb98e49e26bb59c751ab3d9d2ed053172e53368824f868f30c874d SHA512 bc77bbc19e0d39755f92845bf13e68b6210d5654fb6b72008b0ec7e4cdbe18efbd08381c55452c5f5cda940ced0a6c323abd9151318976007e66f495aa67479a
|
||||
12
dev-js/sideway+formula/metadata.xml
Normal file
12
dev-js/sideway+formula/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/sideway/formula/issues</bugs-to>
|
||||
<remote-id type="github">sideway/formula</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
17
dev-js/sideway+formula/sideway+formula-3.0.0.ebuild
Normal file
17
dev-js/sideway+formula/sideway+formula-3.0.0.ebuild
Normal 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"
|
||||
Reference in New Issue
Block a user