dev-nodejs/abbrev - 3.0.1 (lanodanOverlay)

Search

Package Information

Description:
Get unique abbreviations for a set of strings
Homepage:
https://github.com/npm/abbrev-js
License:
|| ( ISC MIT )

Ebuild Details

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

EAPI=8

inherit nodejs

DESCRIPTION="Get unique abbreviations for a set of strings"
HOMEPAGE="https://github.com/npm/abbrev-js"
SRC_URI="https://github.com/npm/abbrev-js/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/abbrev-js-${PV}"
LICENSE="|| ( ISC MIT )"
SLOT="0"
KEYWORDS="~amd64"

PATCHES=(
	"${FILESDIR}/abbrev-3.0.1-node_test.patch"
)

Manifest for 3.0.1

Type File Size Source URLs
DIST abbrev-3.0.1.tar.gz 14392 bytes https://github.com/npm/abbrev-js/archive/refs/tags/v3.0.1.tar.gz