mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-lang/c3c: new package, add 0.7.5
Signed-off-by: Christian Brendlin <ch@brendlinonline.de>
This commit is contained in:
29
dev-lang/c3c/c3c-0.7.5.ebuild
Normal file
29
dev-lang/c3c/c3c-0.7.5.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
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
|
||||
sys-libs/zlib
|
||||
net-misc/curl
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DC3_LINK_DYNAMIC=ON
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user