Install this version:
emerge -a =dev-util/carburetta-0.8.28
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.8.28 | 8 | amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="An open source fused scanner parser generator for the C and C++ languages"
HOMEPAGE="https://carburetta.com"
SRC_URI="https://github.com/kingletbv/${PN}/releases/download/v${PV}/${PN}-v${PV}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64"
src_compile() {
emake -j 1 || die
}
src_test() {
emake test || die
}
src_install() {
dobin build/carburetta
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | carburetta-v0.8.28.tar.gz | 846891 bytes | https://github.com/kingletbv/carburetta/releases/download/v0.8.28/carburetta-v0.8.28.tar.gz |