logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

abbrev-2.0.0-r1.ebuild (498B)


  1. # Copyright 2022-2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=8
  4. inherit nodejs
  5. DESCRIPTION="Get unique abbreviations for a set of strings"
  6. HOMEPAGE="https://github.com/npm/abbrev-js"
  7. SRC_URI="https://github.com/npm/abbrev-js/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
  8. S="${WORKDIR}/abbrev-js-${PV}"
  9. LICENSE="|| ( ISC MIT )"
  10. SLOT="0"
  11. KEYWORDS="~amd64"
  12. PATCHES=(
  13. "${FILESDIR}/abbrev-2.0.0-node_test.patch"
  14. )