# Template file for 'catch2' pkgname=catch2 version=3.6.0 revision=1 build_style=cmake configure_args="-DCATCH_USE_VALGRIND=OFF -DCATCH_BUILD_TESTING=ON -DCATCH_BUILD_EXAMPLES=OFF -DCATCH_BUILD_EXTRA_TESTS=OFF -DCATCH_ENABLE_COVERAGE=OFF -DCATCH_ENABLE_WERROR=OFF -DCATCH_INSTALL_DOCS=ON -DCATCH_INSTALL_HELPERS=ON" hostmakedepends="python3" short_desc="C++ test framework for unit-tests, TDD and BDD" maintainer="Louis Dupré Bertoni " license="BSL-1.0" homepage="https://github.com/catchorg/Catch2" distfiles="https://github.com/catchorg/Catch2/archive/v${version}/catch2-v${version}.tar.gz" checksum=485932259a75c7c6b72d4b874242c489ea5155d17efa345eb8cc72159f49f356 post_install() { vlicense LICENSE.txt }