dev-nodejs/balanced-match - 2.0.0 (lanodanOverlay)

Search

Package Information

Description:
Match balanced character pairs, like { and }
Homepage:
https://github.com/juliangruber/balanced-match
License:
MIT

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="Match balanced character pairs, like { and }"
HOMEPAGE="https://github.com/juliangruber/balanced-match"
SRC_URI="https://github.com/juliangruber/balanced-match/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"

#RESTRICT="!test? ( test )"
#DEPEND="test? (
#	dev-nodejs/at_c4312_matcha
#	dev-nodejs/np
#	dev-nodejs/prettier-standard
#	dev-nodejs/standard
#	dev-nodejs/tape
#)"

RESTRICT="test"

USE Flags

Manifest for 2.0.0

Type File Size Source URLs
DIST balanced-match-2.0.0.tar.gz 152519 bytes https://github.com/juliangruber/balanced-match/archive/refs/tags/v2.0.0.tar.gz