From 54eca75a4e3e380e1d386f4d235baeb7d4ff332e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 19 Jul 2022 20:39:44 +0100 Subject: gentoo auto-resync : 19:07:2022 - 20:39:44 --- dev-lang/crystal/crystal-1.5.0.ebuild | 103 ++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 dev-lang/crystal/crystal-1.5.0.ebuild (limited to 'dev-lang/crystal/crystal-1.5.0.ebuild') diff --git a/dev-lang/crystal/crystal-1.5.0.ebuild b/dev-lang/crystal/crystal-1.5.0.ebuild new file mode 100644 index 000000000000..e9910a759290 --- /dev/null +++ b/dev-lang/crystal/crystal-1.5.0.ebuild @@ -0,0 +1,103 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +LLVM_MAX_SLOT=14 +inherit bash-completion-r1 llvm multiprocessing toolchain-funcs + +BV=${PV}-1 +BV_AMD64=${BV}-linux-x86_64 + +DESCRIPTION="The Crystal Programming Language" +HOMEPAGE="https://crystal-lang.org" +SRC_URI="https://github.com/crystal-lang/crystal/archive/${PV}.tar.gz -> ${P}.tar.gz + amd64? ( https://github.com/crystal-lang/crystal/releases/download/${BV/-*}/crystal-${BV_AMD64}.tar.gz )" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc debug llvm-libunwind" + +# Upstream test suite not reliable +RESTRICT=test + +DEPEND=" + dev-libs/boehm-gc[static-libs,threads] + dev-libs/gmp:= + dev-libs/libatomic_ops + dev-libs/libevent + dev-libs/libpcre + dev-libs/pcl:= +