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/prebuild-install/Manifest
Normal file
1
dev-js/prebuild-install/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST prebuild-install-6.0.0.tgz 9328 BLAKE2B 7055f7b8e79e75d32f614dec20973968e33c37c786ba50e10c6d4c14b4f192f60754d8f63bc3994b913a1d5691f8260df06c27dee93a28ff516589dfd1e43c2e SHA512 876649d4f5c7296669a7571a2f0d285fdb1a815a4bd984e4f99c089d06d0dd0a8d778274dcee8ca4536631326591f80f10d5aa7b990fd168d02eacf93a32dfb3
|
||||
12
dev-js/prebuild-install/metadata.xml
Normal file
12
dev-js/prebuild-install/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/prebuild/prebuild-install/issues</bugs-to>
|
||||
<remote-id type="github">prebuild/prebuild-install</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
33
dev-js/prebuild-install/prebuild-install-6.0.0.ebuild
Normal file
33
dev-js/prebuild-install/prebuild-install-6.0.0.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit node
|
||||
|
||||
DESCRIPTION="A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform"
|
||||
HOMEPAGE="
|
||||
https://github.com/prebuild/prebuild-install
|
||||
https://www.npmjs.com/package/prebuild-install
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64"
|
||||
RDEPEND="
|
||||
${NODEJS_RDEPEND}
|
||||
dev-js/detect-libc
|
||||
dev-js/expand-template
|
||||
dev-js/github-from-package
|
||||
dev-js/minimist
|
||||
dev-js/mkdirp-classic
|
||||
dev-js/napi-build-utils
|
||||
dev-js/node-abi
|
||||
dev-js/noop-logger
|
||||
dev-js/npmlog
|
||||
dev-js/pump
|
||||
dev-js/rc
|
||||
dev-js/simple-get
|
||||
dev-js/tar-fs
|
||||
dev-js/tunnel-agent
|
||||
dev-js/which-pm-runs
|
||||
"
|
||||
Reference in New Issue
Block a user