dev-nodejs/isexe - 2.0.0 (lanodanOverlay)

Search

Package Information

Description:
Minimal module to check if a file is executable
Homepage:
https://github.com/isaacs/isexe
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
2.0.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="Minimal module to check if a file is executable"
HOMEPAGE="https://github.com/isaacs/isexe"
SRC_URI="https://github.com/isaacs/isexe/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
#	dev-nodejs/mkdirp
#	dev-nodejs/rimraf
#)"

RESTRICT="test"

Manifest for 2.0.0

Type File Size Source URLs
DIST isexe-2.0.0.tar.gz 3862 bytes https://github.com/isaacs/isexe/archive/refs/tags/v2.0.0.tar.gz