sys-devel/qbe: add 1.0

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier 2022-06-23 20:31:50 +02:00
parent 02de457cdc
commit d06d5f16fa
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
3 changed files with 27 additions and 2 deletions

1
sys-devel/qbe/Manifest Normal file
View File

@ -0,0 +1 @@
DIST qbe-1.0.tar.xz 237756 BLAKE2B ca6e1ee81f7329a8aee1f4597de391dcc44595fb8371468360fbcf1a5fc9fa404c614d49e4668fba568fa8d11e753d10b4c46380884fa635a56331b059b69abd SHA512 7f53d4440fda36b21dbf390aa8b9c17ae7c137a6e034dd73ca1c2068d84dbe236a452d86cab8d8bce0b3d66c3f08e70f2bf54bc7cc2e93208cc1900014c18ad1

View 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
}

View File

@ -3,11 +3,15 @@
EAPI=7
inherit git-r3
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"