Skip to content

Commit

Permalink
cpputest: update to 4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobinmob committed Jul 7, 2020
1 parent d2a5caf commit 479245b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions srcpkgs/cpputest/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Template file for 'cpputest'
pkgname="cpputest"
version="3.8"
pkgname=cpputest
version=4.0
revision=1
build_style="cmake"
build_style=cmake
configure_args+=" -DTESTS=OFF"
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

post_install() {
vlicense COPYING
}

0 comments on commit 479245b

Please sign in to comment.