mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
sys-devel/qbe: add 1.0
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
parent
02de457cdc
commit
d06d5f16fa
1
sys-devel/qbe/Manifest
Normal file
1
sys-devel/qbe/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST qbe-1.0.tar.xz 237756 BLAKE2B ca6e1ee81f7329a8aee1f4597de391dcc44595fb8371468360fbcf1a5fc9fa404c614d49e4668fba568fa8d11e753d10b4c46380884fa635a56331b059b69abd SHA512 7f53d4440fda36b21dbf390aa8b9c17ae7c137a6e034dd73ca1c2068d84dbe236a452d86cab8d8bce0b3d66c3f08e70f2bf54bc7cc2e93208cc1900014c18ad1
|
20
sys-devel/qbe/qbe-1.0.ebuild
Normal file
20
sys-devel/qbe/qbe-1.0.ebuild
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright 2021-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="git://c9x.me/qbe.git"
|
||||
else
|
||||
SRC_URI="https://c9x.me/compile/release/${P}.tar.xz"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Pure-C embeddable compiler backend"
|
||||
HOMEPAGE="https://c9x.me/compile/"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
src_install() {
|
||||
PREFIX=/usr default
|
||||
}
|
@ -3,11 +3,15 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="git://c9x.me/qbe.git"
|
||||
else
|
||||
SRC_URI="https://c9x.me/compile/release/${P}.tar.xz"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Pure-C embeddable compiler backend"
|
||||
HOMEPAGE="https://c9x.me/compile/"
|
||||
EGIT_REPO_URI="git://c9x.me/qbe.git"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user