dev-cpp/CastXML - 0.6.11 (zGentoo)

Search

Package Information

Description:
CastXML is a C-family abstract syntax tree XML output tool.
Homepage:
https://github.com/CastXML/CastXML
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.6.11 8 ~x86 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8

inherit cmake

DESCRIPTION="CastXML is a C-family abstract syntax tree XML output tool."
HOMEPAGE="https://github.com/CastXML/CastXML"
SRC_URI="https://github.com/CastXML/CastXML/archive/v${PV}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~x86 ~amd64"

DEPENDS="dev-libs/glib:2
	dev-libs/libxml2
	llvm-core/llvm:="
RDEPENDS="${DEPENDS}"

src_configure() {
	local mycmakeargs=(
		-DCLANG_LINK_CLANG_DYLIB=ON
	)
	cmake_src_configure
}

Manifest for 0.6.11

Type File Size Source URLs
DIST v0.6.11.tar.gz 123221 bytes https://github.com/CastXML/CastXML/archive/v0.6.11.tar.gz