dev-nodejs/bindings - 1.5.0 (lanodanOverlay)

Search

Package Information

Description:
Helper module for loading your native module's .node file
Homepage:
https://github.com/TooTallNate/node-bindings
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.5.0 8 ~amd64 0
View Raw Ebuild
# 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 -> node-${P}.tar.gz"
S="${WORKDIR}/node-${P}/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="dev-nodejs/file-uri-to-path"

RESTRICT="test" # no tests

Dependencies

RDEPEND

dev-nodejs/file-uri-to-path

Manifest for 1.5.0

Type File Size Source URLs
DIST node-bindings-1.5.0.tar.gz 4326 bytes https://github.com/TooTallNate/node-bindings/archive/refs/tags/1.5.0.tar.gz