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+joi/Manifest
Normal file
1
dev-js/hapi+joi/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST hapi+joi-17.1.1.tgz 100826 BLAKE2B d6eb3807b76cff55576e537bc0c9672b9094d182b79a32f92a934b31d143cbede933363860666053b07e8e32b0342a072668ec72185171f8491318d45d892a5b SHA512 a780ca7990287995b8837bbb65e468faf083b920e04afb6c07f3697e35c41d352349e20d022fd1ad53968954358ac6a82f332f14485ef27e74eb9990ab501d42
|
||||
25
dev-js/hapi+joi/hapi+joi-17.1.1.ebuild
Normal file
25
dev-js/hapi+joi/hapi+joi-17.1.1.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit node
|
||||
|
||||
DESCRIPTION="Object schema validation"
|
||||
first="${PN%%+*}"
|
||||
second="${PN#*+}"
|
||||
SRC_URI="mirror://npm/@${first}/${second}/-/${second}-${PV}.tgz -> ${P}.tgz"
|
||||
HOMEPAGE="
|
||||
https://github.com/hapijs/joi
|
||||
https://www.npmjs.com/package/@hapi/joi
|
||||
"
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64"
|
||||
RDEPEND="
|
||||
${NODEJS_RDEPEND}
|
||||
dev-js/hapi+address
|
||||
dev-js/hapi+formula
|
||||
dev-js/hapi+hoek
|
||||
dev-js/hapi+pinpoint
|
||||
dev-js/hapi+topo
|
||||
"
|
||||
12
dev-js/hapi+joi/metadata.xml
Normal file
12
dev-js/hapi+joi/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/joi/issues</bugs-to>
|
||||
<remote-id type="github">hapijs/joi</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user