dev-util/carburetta - 0.8.28 (piniverlay)

Search

Install

Install this version:

emerge -a =dev-util/carburetta-0.8.28

Package Information

Description:
An open source fused scanner parser generator for the C and C++ languages
Homepage:
https://carburetta.com
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.8.28 8 amd64 0
View Raw Ebuild
# 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
}

Manifest for 0.8.28

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