Files
guru/sys-devel/qbe/qbe-9999.ebuild
Haelwenn (lanodan) Monnier efa0223779 sys-devel/qbe: Fix PREFIX
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
2022-05-26 05:05:34 +02:00

17 lines
313 B
Bash

# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
DESCRIPTION="Pure-C embeddable compiler backend"
HOMEPAGE="https://c9x.me/compile/"
EGIT_REPO_URI="git://c9x.me/qbe.git"
LICENSE="MIT"
SLOT="0"
src_install() {
PREFIX=/usr default
}