dev-nodejs/nopt - 7.2.0 (lanodanOverlay)

Search

Package Information

Description:
Option parsing for Node, supporting types, shorthands, etc
Homepage:
https://github.com/npm/nopt
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
7.2.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit nodejs

DESCRIPTION="Option parsing for Node, supporting types, shorthands, etc"
HOMEPAGE="https://github.com/npm/nopt"
SRC_URI="https://github.com/npm/nopt/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"

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

RDEPEND=">=dev-nodejs/abbrev-2.0.0"

RESTRICT="test"

USE Flags

Dependencies

RDEPEND

>=dev-nodejs/abbrev-2.0.0

Manifest for 7.2.0

Type File Size Source URLs
DIST nopt-7.2.0.tar.gz 25484 bytes https://github.com/npm/nopt/archive/refs/tags/v7.2.0.tar.gz