diff --git a/srcpkgs/unittest-cpp/template b/srcpkgs/unittest-cpp/template index 2a585b95e22..426499aefa1 100644 --- a/srcpkgs/unittest-cpp/template +++ b/srcpkgs/unittest-cpp/template @@ -1,6 +1,6 @@ # Template file for 'unittest-cpp' pkgname=unittest-cpp -version=1.6.1 +version=2.0.0 revision=1 build_style=cmake short_desc="A lightweight unit testing framework for C++" @@ -8,14 +8,11 @@ maintainer="Spencer Hill " license="MIT" homepage="https://github.com/unittest-cpp/unittest-cpp" distfiles="https://github.com/unittest-cpp/unittest-cpp/archive/v${version}.tar.gz" -checksum=1cc9071be01db190f26868fefb6a7af49ee56a339fc3b08d1a1e9eeca5376c45 +checksum=74852198877dc2fdebdc4e5e9bd074018bf8ee03a13de139bfe41f4585b2f5b9 -pre_build() { - case $XBPS_TARGET_MACHINE in - arm* ) echo "Removing built in test from arm build. Won't run on host x86_64 machine" - sed -i '59,61d' CMakeLists.txt ;; - esac -} +if [ "$CROSS_BUILD" ]; then + configure_args+=" -DUTPP_INCLUDE_TESTS_IN_BUILD=OFF" +fi post_install() { vlicense LICENSE