python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / cpputest / template
blob1b6e933897bc8cd1ffa3b06ca4045925845998b3
1 # Template file for 'cpputest'
2 pkgname="cpputest"
3 version="3.8"
4 revision=1
5 build_style="cmake"
6 short_desc="CppUTest unit testing and mocking framework for C/C++"
7 maintainer="Julien Dehos <dehos@lisic.univ-littoral.fr>"
8 homepage="http://cpputest.github.io/"
9 license="BSD"
10 distfiles="https://github.com/cpputest/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
11 checksum="c81dccc5a1bfc7fc6511590c0a61def5f78e3fb19cb8e1f889d8d3395a476456"
12 configure_args+=" -DTESTS=OFF"
13 post_install() {
14         vlicense COPYING