dev-nodejs/fs-realpath - 1.0.0 (lanodanOverlay)

Search

Install

Install this version:

emerge -a =dev-nodejs/fs-realpath-1.0.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-nodejs/fs-realpath-1.0.0

Or alternatively:

emerge --autounmask-write -a =dev-nodejs/fs-realpath-1.0.0

Package Information

Description:
Use node's fs.realpath, but fall back to the JS implementation if the native one fails
Homepage:
https://github.com/isaacs/fs.realpath
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
1.0.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

MY_P=fs.realpath-${PV}

DESCRIPTION="Use node's fs.realpath, but fall back to the JS implementation if the native one fails"
HOMEPAGE="https://github.com/isaacs/fs.realpath"
SRC_URI="https://github.com/isaacs/fs.realpath/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"

#RESTRICT="!test? ( test )"
#DEPEND="test? ( dev-nodejs/tap )"

RESTRICT="test"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-nodejs/fs-realpath | euse -E <flag> -p dev-nodejs/fs-realpath | euse -D <flag> -p dev-nodejs/fs-realpath

Global/Standard Flags

Inherited Eclasses

Manifest for 1.0.0

Type File Size Source URLs
DIST fs-realpath-1.0.0.tar.gz 5149 bytes https://github.com/isaacs/fs.realpath/archive/refs/tags/v1.0.0.tar.gz