dev-nodejs/minimatch - 5.1.0 (lanodanOverlay)

Search

Package Information

Description:
glob matcher in javascript
Homepage:
https://github.com/isaacs/minimatch
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
5.1.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="glob matcher in javascript"
HOMEPAGE="https://github.com/isaacs/minimatch"
SRC_URI="https://github.com/isaacs/minimatch/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/brace-expansion"

RESTRICT="test"

USE Flags

Dependencies

RDEPEND

dev-nodejs/brace-expansion

Manifest for 5.1.0

Type File Size Source URLs
DIST minimatch-5.1.0.tar.gz 79153 bytes https://github.com/isaacs/minimatch/archive/refs/tags/v5.1.0.tar.gz