* update cpputest to 4.0-5

This commit is contained in:
Alexander Baldeck 2024-08-09 14:19:06 +02:00
parent 5ede652324
commit 1f0108c0b4
3 changed files with 21 additions and 2 deletions

15
cpputest/.SRCINFO Normal file
View File

@ -0,0 +1,15 @@
pkgbase = cpputest
pkgdesc = Unit testing and mocking framework for C/C++
pkgver = 4.0
pkgrel = 5
url = https://github.com/cpputest/cpputest
arch = x86_64
license = BSD-3-Clause
makedepends = cmake
options = !strip
options = staticlibs
source = cpputest-4.0.tar.gz::https://github.com/cpputest/cpputest/archive/refs/tags/v4.0.tar.gz
sha512sums = 5f7d6f9e34a462b35a0161a7486fd56074f5b07f92d029a3c57741c72df7bbc6ea4f98b1e57e9c500ad6d57c303d222afe523d59ec943f4461f67ce5be74dd77
b2sums = b44698158e5d0091e64ec3ac1f8009cc8f23286155e9314ae232bd6991425338da7c0ad5a3e9682d086af6aa86df5c56d62026ab4e28749563e726744ecf86ca
pkgname = cpputest

4
cpputest/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[cpputest]
source = "git"
git = "https://github.com/cpputest/cpputest"
prefix = "v"

View File

@ -3,11 +3,11 @@
pkgname=cpputest
pkgver=4.0
pkgrel=4
pkgrel=5
pkgdesc="Unit testing and mocking framework for C/C++"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/cpputest/cpputest"
license=(BSD)
license=(BSD-3-Clause)
makedepends=(cmake)
options=(
!strip