From 89df43aa70a96ab1365b6b6a625c43b8dbc25fc8 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 29 Sep 2021 15:07:20 +0200 Subject: [PATCH] dev-js/node-gyp-build: initial import Signed-off-by: Alessandro Barbieri --- dev-js/node-gyp-build/Manifest | 1 + dev-js/node-gyp-build/metadata.xml | 12 ++++++++++++ dev-js/node-gyp-build/node-gyp-build-4.2.3.ebuild | 15 +++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 dev-js/node-gyp-build/Manifest create mode 100644 dev-js/node-gyp-build/metadata.xml create mode 100644 dev-js/node-gyp-build/node-gyp-build-4.2.3.ebuild diff --git a/dev-js/node-gyp-build/Manifest b/dev-js/node-gyp-build/Manifest new file mode 100644 index 0000000000..857d4b3d31 --- /dev/null +++ b/dev-js/node-gyp-build/Manifest @@ -0,0 +1 @@ +DIST node-gyp-build-4.2.3.tgz 4822 BLAKE2B 87abbab8d7d3ba2e8c6f5fb0f730159f9335c743dfeea92f3a3370e0a8e24fa9dee1672833b7e661091a82791046d5b5ec5e83c26cf1b9c44586118991db707f SHA512 30de99a7399f34244cfb7b79ecf4c91e01f2c3f8783969d9ea647c3f98ffb99b6a42be3a451b8313f3fe8379f4611fc08985de5a2c596736a2a7bee074809f46 diff --git a/dev-js/node-gyp-build/metadata.xml b/dev-js/node-gyp-build/metadata.xml new file mode 100644 index 0000000000..c15aad3b56 --- /dev/null +++ b/dev-js/node-gyp-build/metadata.xml @@ -0,0 +1,12 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/prebuild/node-gyp-build/issues + prebuild/node-gyp-build + + diff --git a/dev-js/node-gyp-build/node-gyp-build-4.2.3.ebuild b/dev-js/node-gyp-build/node-gyp-build-4.2.3.ebuild new file mode 100644 index 0000000000..b8dd65151a --- /dev/null +++ b/dev-js/node-gyp-build/node-gyp-build-4.2.3.ebuild @@ -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"