cpputest: update to 4.0.

Closes: #23219
This commit is contained in:
Piraty 2020-07-09 16:55:58 +02:00
parent 0281425fa8
commit 529f8f9e9b

View file

@ -1,15 +1,20 @@
# Template file for 'cpputest'
pkgname="cpputest"
version="3.8"
pkgname=cpputest
version=4.0
revision=1
build_style="cmake"
build_style=cmake
short_desc="CppUTest unit testing and mocking framework for C/C++"
maintainer="Julien Dehos <dehos@lisic.univ-littoral.fr>"
homepage="http://cpputest.github.io/"
license="BSD"
distfiles="https://github.com/cpputest/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
checksum="c81dccc5a1bfc7fc6511590c0a61def5f78e3fb19cb8e1f889d8d3395a476456"
configure_args+=" -DTESTS=OFF"
license="BSD-3-Clause"
homepage="https://cpputest.github.io/"
distfiles="https://github.com/cpputest/cpputest/releases/download/v${version}/${pkgname}-${version}.tar.gz"
checksum=21c692105db15299b5529af81a11a7ad80397f92c122bd7bf1e4a4b0e85654f7
# tests are ON uncontitionally
if [ -z "$XBPS_CHECK_PKGS" ] || [ "$CROSS_BUILD" ]; then
configure_args+=" -DTESTS=OFF"
fi
post_install() {
vlicense COPYING
}