summaryrefslogtreecommitdiff
path: root/dev-cpp/libmcpp/libmcpp-2.7.2.19.ebuild
blob: 041ac7a3cb97e7ab555e2bd1e93beee7548dfa77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2025 Liguros Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

CMAKE_MAKEFILE_GENERATOR="emake"
inherit cmake flag-o-matic

DESCRIPTION="A portable C++ preprocessor"
HOMEPAGE="https://github.com/zeroc-ice/mcpp"
SRC_URI="https://github.com/zeroc-ice/mcpp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/mcpp-${PV}

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86 ~x64-macos"

src_configure() {
	append-cflags -std=gnu17
	cmake_src_configure
}