mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
dev-js/node-gyp-build: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/node-gyp-build/Manifest
Normal file
1
dev-js/node-gyp-build/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST node-gyp-build-4.2.3.tgz 4822 BLAKE2B 87abbab8d7d3ba2e8c6f5fb0f730159f9335c743dfeea92f3a3370e0a8e24fa9dee1672833b7e661091a82791046d5b5ec5e83c26cf1b9c44586118991db707f SHA512 30de99a7399f34244cfb7b79ecf4c91e01f2c3f8783969d9ea647c3f98ffb99b6a42be3a451b8313f3fe8379f4611fc08985de5a2c596736a2a7bee074809f46
|
||||
12
dev-js/node-gyp-build/metadata.xml
Normal file
12
dev-js/node-gyp-build/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/node-gyp-build/issues</bugs-to>
|
||||
<remote-id type="github">prebuild/node-gyp-build</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
15
dev-js/node-gyp-build/node-gyp-build-4.2.3.ebuild
Normal file
15
dev-js/node-gyp-build/node-gyp-build-4.2.3.ebuild
Normal file
@@ -0,0 +1,15 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit node
|
||||
|
||||
DESCRIPTION="Build tool and bindings loader for node-gyp that supports prebuilds"
|
||||
HOMEPAGE="
|
||||
https://github.com/prebuild/node-gyp-build
|
||||
https://www.npmjs.com/package/node-gyp-build
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64"
|
||||
Reference in New Issue
Block a user