# Copyright 2026 Arniiiii [email protected]
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="A library for generating C++ code from C++ "
HOMEPAGE="https://github.com/rm5248/libcppgenerate"
SRC_URI="https://github.com/rm5248/libcppgenerate/archive/refs/tags/${P}.tar.gz"
S="${WORKDIR}/libcppgenerate-${P}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
PATCHES=(
"${FILESDIR}/multiarch.patch"
)