mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
dev-js/*: pelias-openstreetmap dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/hapi+formula/Manifest
Normal file
1
dev-js/hapi+formula/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST hapi+formula-3.0.0.tgz 4998 BLAKE2B 0690e1865156e6e96b80a7352938a320452c08bcdfeec480b20aa1e1a65c8dbece6949e9c3ebfd75ad6155cb0b4fff1d7beb950d06e7605158f297cb29fb5918 SHA512 e86425705e2d4e2829cea1a33f739c26cb55da35a464d1a62872fc427efd7cbda0e4cde8c3ada7eb9d9e02172d59e11221e570b257a31b2d3d603ed45bcaa029
|
||||
17
dev-js/hapi+formula/hapi+formula-3.0.0.ebuild
Normal file
17
dev-js/hapi+formula/hapi+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/hapijs/formula
|
||||
https://www.npmjs.com/package/@hapi/formula
|
||||
"
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64"
|
||||
12
dev-js/hapi+formula/metadata.xml
Normal file
12
dev-js/hapi+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/hapijs/formula/issues</bugs-to>
|
||||
<remote-id type="github">hapijs/formula</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user