Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cpputest: update to 4.0. #23219

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions srcpkgs/cpputest/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# 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>"
license="BSD-3-Clause"
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"
distfiles="https://github.com/cpputest/cpputest/releases/download/v${version}/cpputest-${version}.tar.gz"
checksum=21c692105db15299b5529af81a11a7ad80397f92c122bd7bf1e4a4b0e85654f7

if [ "$CROSS_BUILD" ]; then
configure_args=" -DTESTS_BUILD_DISCOVER=OFF"
fi

post_install() {
vlicense COPYING
}