Files
gentoo/dev-cpp/valijson/valijson-1.1.0.ebuild
Holger Hoffstätte 42074de402 dev-cpp/valijson: add 1.1.0
Starting with this release valijson requires C++17 as minimum.
All consumers in the tree should be fine with this since they already
use C++17 or higher.

Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/159
Merges: https://codeberg.org/gentoo/gentoo/pulls/159
Signed-off-by: Sam James <sam@gentoo.org>
2026-03-11 13:56:03 +00:00

22 lines
662 B
Bash

# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Header-only C++ library for JSON Schema validation"
HOMEPAGE="https://github.com/tristanpenman/valijson"
SRC_URI="https://github.com/tristanpenman/valijson/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2 Boost-1.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
# Bundled test dependencies are included as submodules, so not in github
# autogenerated tarballs. The dependencies are largely packaged, but
# needs patching to use those.
RESTRICT="test"
# unused inspector/CMakeLists.txt (bug #957461)
CMAKE_QA_COMPAT_SKIP=1