# Template file for 'catch2' pkgname=catch2 version=2.11.1 revision=2 wrksrc="Catch2-${version}" 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++ header-only 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}/${pkgname}-v${version}.tar.gz" checksum=9af06ca5b10362620c6c9c729821367e1aeb0f76adfc7bc3a468da83db3c50c6 post_install() { vlicense LICENSE.txt } do_check() { cd build make test }