mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
13 lines
273 B
Bash
13 lines
273 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"
|