From 1a74c5436dbcb832445250e8f3ed0a00f6c2fcef Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 8 Dec 2023 23:11:34 +0000 Subject: gentoo auto-resync : 08:12:2023 - 23:11:34 --- dev-libs/simdjson/simdjson-3.6.3.ebuild | 102 ++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 dev-libs/simdjson/simdjson-3.6.3.ebuild (limited to 'dev-libs/simdjson/simdjson-3.6.3.ebuild') diff --git a/dev-libs/simdjson/simdjson-3.6.3.ebuild b/dev-libs/simdjson/simdjson-3.6.3.ebuild new file mode 100644 index 000000000000..b483e60dd686 --- /dev/null +++ b/dev-libs/simdjson/simdjson-3.6.3.ebuild @@ -0,0 +1,102 @@ +# Copyright 2020-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs cmake + +DATA_HASH="a5b13babe65c1bba7186b41b43d4cbdc20a5c470" +DESCRIPTION="SIMD accelerated C++ JSON library" +HOMEPAGE=" + https://simdjson.org/ + https://github.com/simdjson/simdjson +" +SRC_URI=" + https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz + test? ( https://github.com/${PN}/${PN}-data/archive/${DATA_HASH}.tar.gz -> ${PN}-data-${DATA_HASH}.tar.gz ) +" + +LICENSE="Apache-2.0 Boost-1.0 BSD MIT" +SLOT="0/19" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="+all-impls test tools" + +BDEPEND=" + sys-apps/file + sys-apps/grep + virtual/pkgconfig +" +DEPEND=" + tools? (