logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: b9c28e1c028d117d5b0289acf301d8de1f00f498
parent ab30ff3c0f6d8b33a086fffd26b1ca08eecb02e4
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri,  6 Oct 2023 22:55:01 +0200

dev-nodejs/node-bindings: new package, add 1.5.0

Diffstat:

Adev-nodejs/node-bindings/Manifest1+
Adev-nodejs/node-bindings/node-bindings-1.5.0.ebuild17+++++++++++++++++
2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/dev-nodejs/node-bindings/Manifest b/dev-nodejs/node-bindings/Manifest @@ -0,0 +1 @@ +DIST node-bindings-1.5.0.tar.gz 4326 BLAKE2B 4f824b06e20cacd04f6228a8c70fed8275eacc4fbef33d6fe8f1b99e854e5d025cdd7d3049117bc7e95e4d1b1a5b97c5186fc7ce3e1cff884f2b853d1a5a21e0 SHA512 1d1d129ccc2a8a3d4cc8c86993f6877b921f19710302bbd70afe2882596ea726495fcc5b57290b841655cb3c05849ea370010de95c55f4b2913fb8d238def00e diff --git a/dev-nodejs/node-bindings/node-bindings-1.5.0.ebuild b/dev-nodejs/node-bindings/node-bindings-1.5.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit nodejs + +DESCRIPTION="Helper module for loading your native module's .node file" +HOMEPAGE="https://github.com/TooTallNate/node-bindings" +SRC_URI="https://github.com/TooTallNate/node-bindings/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-nodejs/file-uri-to-path" + +RESTRICT="test" # no tests