# Template file for 'range-v3' pkgname=range-v3 version=0.12.0 revision=1 build_style=cmake configure_args="-DRANGE_V3_EXAMPLES=OFF -DRANGES_BUILD_CALENDAR_EXAMPLE=OFF -DRANGES_NATIVE=OFF" short_desc="Experimental range library for C++11/14/17" maintainer="John " license="BSL-1.0" homepage="https://github.com/ericniebler/range-v3" distfiles="https://github.com/ericniebler/range-v3/archive/${version}.tar.gz" checksum=015adb2300a98edfceaf0725beec3337f542af4915cec4d0b89fa0886f4ba9cb if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DRANGE_V3_HEADER_CHECKS=ON -DRANGE_V3_TESTS=ON" else configure_args+=" -DRANGE_V3_HEADER_CHECKS=OFF -DRANGE_V3_TESTS=OFF" fi pre_configure() { sed -i -e '/Werror/d' -e '/Wextra/d' -e '/Wall/d' cmake/ranges_flags.cmake }