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