mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-lang/hare: add fixed version to fix CI
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
33
dev-lang/hare/hare-0_pre20220624.ebuild
Normal file
33
dev-lang/hare/hare-0_pre20220624.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 2021-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="The Hare systems programming language"
|
||||
HOMEPAGE="https://harelang.org/"
|
||||
EGIT_COMMIT="65449ddbbbf39659bfaf84a2cb78510409a4ab7a"
|
||||
EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/hare"
|
||||
LICENSE="MPL-2.0 GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
sys-devel/qbe
|
||||
dev-lang/harec
|
||||
"
|
||||
BDEPEND="
|
||||
app-text/scdoc
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
git-r3_src_unpack
|
||||
mkdir "${WORKDIR}/${P}/build" || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
cp config.example.mk config.mk || die
|
||||
sed -i -e 's;^PREFIX=.*;PREFIX=/usr;' config.mk || die
|
||||
}
|
||||
Reference in New Issue
Block a user