catch2: fix deceiving description

Catch2 isn't header only since version v3.0.0.
This commit is contained in:
meator 2023-10-20 20:02:50 +02:00 committed by cinerea0
parent ef7635e1cf
commit 05389fcbaa

View file

@ -8,7 +8,7 @@ configure_args="-DCATCH_USE_VALGRIND=OFF -DCATCH_BUILD_TESTING=ON
-DCATCH_ENABLE_COVERAGE=OFF -DCATCH_ENABLE_WERROR=OFF
-DCATCH_INSTALL_DOCS=ON -DCATCH_INSTALL_HELPERS=ON"
hostmakedepends="python3"
short_desc="C++ header-only test framework for unit-tests, TDD and BDD"
short_desc="C++ test framework for unit-tests, TDD and BDD"
maintainer="Louis Dupré Bertoni <contact@louisdb.xyz>"
license="BSL-1.0"
homepage="https://github.com/catchorg/Catch2"