mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
dev-lang/c3c: new package, add 0.7.5
Signed-off-by: Christian Brendlin <ch@brendlinonline.de>
This commit is contained in:
1
dev-lang/c3c/Manifest
Normal file
1
dev-lang/c3c/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST c3c-0.7.5.tar.gz 1753728 BLAKE2B d7a6869652ab459fe0e4229079d35291201cdf880540bca5d4f453b2a2aa8e939b9789c7e26b45a14dbe16ffa32d89f6cebaf07f011a76a4ef0498b0cbb2fe1e SHA512 8673d3fe72f58db9192b4a2306d1ea0d77eef39817663eb4a96bb23c0282b344eb16bae4918b2bf4aeb7ff525cb8f4ca324b6398c45b6c004215791c13540a66
|
||||||
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
|
||||||
|
}
|
||||||
10
dev-lang/c3c/metadata.xml
Normal file
10
dev-lang/c3c/metadata.xml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>ch@brendlinonline.de</email>
|
||||||
|
<name>Christian Brendlin</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">c3lang/c3c</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
Reference in New Issue
Block a user