logo

overlay

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

cmd-glob-1.0.0.ebuild (421B)


  1. # Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=8
  4. DESCRIPTION="glob(1) wrapper around glob(3), inspired by https://github.com/isaacs/node-glob"
  5. HOMEPAGE="https://hacktivis.me/git/cmd-glob"
  6. SRC_URI="https://hacktivis.me/releases/${P}.tar.gz"
  7. KEYWORDS="~amd64"
  8. LICENSE="MPL-2.0"
  9. SLOT="0"
  10. src_install() {
  11. PREFIX='/usr' default
  12. }