logo

overlay

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

hare-compress-9999.ebuild (375B)


  1. # Copyright 2024 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=8
  4. inherit git-r3
  5. DESCRIPTION="Compression algorithms for Hare"
  6. HOMEPAGE="https://sr.ht/~sircmpwn/hare-compress"
  7. EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/hare-compress"
  8. LICENSE="MPL-2.0"
  9. SLOT="0"
  10. RDEPEND="dev-lang/hare"
  11. src_install() {
  12. emake install PREFIX=/usr
  13. }