Merge pull request #4797 from juliendehos/cpputest-branch
New package: cpputest-3.8
This commit is contained in:
commit
227e8b139e
15
srcpkgs/cpputest/template
Normal file
15
srcpkgs/cpputest/template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'cpputest'
|
||||
pkgname="cpputest"
|
||||
version="3.8"
|
||||
revision=1
|
||||
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"
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
Loading…
Reference in New Issue
Block a user