dev-lang/c3c - 0.7.5 (guru)

Search

Install

Install this version:

emerge -a =dev-lang/c3c-0.7.5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-lang/c3c-0.7.5

Or alternatively:

emerge --autounmask-write -a =dev-lang/c3c-0.7.5

Package Information

Description:
The C3 programming language compiler
Homepage:
https://c3-lang.org/
License:
LGPL-3 MIT

Ebuild Details

Version EAPI Keywords Slot
0.7.5 8 ~amd64 0
View Raw Ebuild
EAPI=8

inherit cmake

DESCRIPTION="The C3 programming language compiler"
HOMEPAGE="https://c3-lang.org/"
SRC_URI="https://github.com/c3lang/c3c/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-3 MIT"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	>=llvm-core/llvm-17:=
	>=llvm-core/clang-17:=
	>=llvm-core/lld-17:=
	dev-libs/libffi
	virtual/zlib:=
	net-misc/curl
"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"

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

Inherited Eclasses

Dependencies

DEPEND

	>=llvm-core/llvm-17:=
	>=llvm-core/clang-17:=
	>=llvm-core/lld-17:=
	dev-libs/libffi
	virtual/zlib:=
	net-misc/curl

RDEPEND

	>=llvm-core/llvm-17:=
	>=llvm-core/clang-17:=
	>=llvm-core/lld-17:=
	dev-libs/libffi
	virtual/zlib:=
	net-misc/curl

BDEPEND

virtual/pkgconfig

Manifest for 0.7.5

Type File Size Source URLs
DIST c3c-0.7.5.tar.gz 1753728 bytes https://github.com/c3lang/c3c/archive/refs/tags/v0.7.5.tar.gz