hare-compress-9999.ebuild (375B)
- # Copyright 2024 Gentoo Authors
- # Distributed under the terms of the GNU General Public License v2
- EAPI=8
- inherit git-r3
- DESCRIPTION="Compression algorithms for Hare"
- HOMEPAGE="https://sr.ht/~sircmpwn/hare-compress"
- EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/hare-compress"
- LICENSE="MPL-2.0"
- SLOT="0"
- RDEPEND="dev-lang/hare"
- src_install() {
- emake install PREFIX=/usr
- }