mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-util/hare-update: add 0.25.2.0, 9999
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
28
dev-util/hare-update/hare-update-9999.ebuild
Normal file
28
dev-util/hare-update/hare-update-9999.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
if [[ "${PV}" = "9999" ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/hare-update"
|
||||
DEPEND="dev-lang/hare:="
|
||||
else
|
||||
SRC_URI="https://git.sr.ht/~sircmpwn/hare-update/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm64 ~riscv"
|
||||
DEPEND="~dev-lang/hare-$(ver_cut 1-3):="
|
||||
fi
|
||||
|
||||
DESCRIPTION="assist in upgrading a codebase to a newer Hare release"
|
||||
HOMEPAGE="https://sr.ht/~sircmpwn/hare-update"
|
||||
LICENSE="EUPL-1.2"
|
||||
SLOT="0"
|
||||
|
||||
# binaries are hare-built
|
||||
QA_FLAGS_IGNORED="usr/bin/.*"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile
|
||||
}
|
||||
Reference in New Issue
Block a user