Files
gentoo/dev-cpp/valijson/valijson-1.0.4.ebuild
Joonas Niilola 388276cc25 dev-cpp/valijson: Stabilize 1.0.4 x86, #953820
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2025-04-14 09:12:42 +03:00

21 lines
521 B
Bash

# Copyright 1999-2025 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"
RESTRICT="test"
src_install() {
# there is no target for installing headers, so do it manually
doheader -r include/*
}