1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 SRC_URI
="https://github.com/TartanLlama/expected/archive/v${PV}.tar.gz -> ${P}.tar.gz"
9 KEYWORDS
="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
10 S
="${WORKDIR}/${PN##tl-}-${PV}"
12 DESCRIPTION
="Guideline Support Library implementation by Microsoft"
13 HOMEPAGE
="https://github.com/TartanLlama/expected"
18 RESTRICT
="!test? ( test )"
21 BDEPEND
="test? ( dev-cpp/catch:1 )"
23 PATCHES
=("${FILESDIR}/1.0.0-use_system_catch.patch")
27 -DEXPECTED_BUILD_TESTS=$
(usex
test)
29 use
test && mycmakeargs
+=( -DFORCE_SYSTEM_CATCH=ON
)