commit: 89df43aa70a96ab1365b6b6a625c43b8dbc25fc8 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Wed Sep 29 13:07:20 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Wed Sep 29 13:08:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89df43aa
dev-js/node-gyp-build: initial import Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> 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(+) diff --git a/dev-js/node-gyp-build/Manifest b/dev-js/node-gyp-build/Manifest new file mode 100644 index 000000000..857d4b3d3 --- /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 000000000..c15aad3b5 --- /dev/null +++ b/dev-js/node-gyp-build/metadata.xml @@ -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>[email protected]</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> 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 000000000..b8dd65151 --- /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"
