mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-js/*: pelias-openstreetmap dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/hapi+topo/Manifest
Normal file
1
dev-js/hapi+topo/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST hapi+topo-5.0.0.tgz 3707 BLAKE2B 342970eb124facc6c53fd69412e4a53915e562ef4aca24808e2978a6542a93a0b1338f8f1ea18ac40d984e5a3c8b750a767c3479cfb942f7d27dd54100170fc7 SHA512 b452654f8edd6f490ca959b71f89d06209fa3f0835d064d91dbd69c264a2bf52b892ce9dad03ad7c41796673e392f0becb8fdb50f1caf9b73ced0bcb70bf9633
|
||||
21
dev-js/hapi+topo/hapi+topo-5.0.0.ebuild
Normal file
21
dev-js/hapi+topo/hapi+topo-5.0.0.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit node
|
||||
|
||||
DESCRIPTION="Topological sorting with grouping support"
|
||||
first="${PN%%+*}"
|
||||
second="${PN#*+}"
|
||||
SRC_URI="mirror://npm/@${first}/${second}/-/${second}-${PV}.tgz -> ${P}.tgz"
|
||||
HOMEPAGE="
|
||||
https://github.com/hapijs/topo
|
||||
https://www.npmjs.com/package/@hapi/topo
|
||||
"
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64"
|
||||
RDEPEND="
|
||||
${NODEJS_RDEPEND}
|
||||
dev-js/hapi+hoek
|
||||
"
|
||||
12
dev-js/hapi+topo/metadata.xml
Normal file
12
dev-js/hapi+topo/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/topo/issues</bugs-to>
|
||||
<remote-id type="github">hapijs/topo</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user