* update cppunit to 1.15.1-4

This commit is contained in:
Alexander Baldeck 2024-07-27 20:41:03 +02:00
parent 44571bfba5
commit 842c9c8230
3 changed files with 22 additions and 3 deletions

15
cppunit/.SRCINFO Normal file
View File

@ -0,0 +1,15 @@
pkgbase = cppunit
pkgdesc = A C++ unit testing framework
pkgver = 1.15.1
pkgrel = 4
url = https://www.freedesktop.org/wiki/Software/cppunit
arch = x86_64
license = LGPL-2.1-or-later
makedepends = doxygen
depends = gcc-libs
depends = glibc
options = !emptydirs
source = https://dev-www.libreoffice.org/src/cppunit-1.15.1.tar.gz
sha256sums = 89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7
pkgname = cppunit

4
cppunit/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[cppunit]
source = "git"
git = "https://anongit.freedesktop.org/git/libreoffice/cppunit.git"
prefix = "cppunit-"

View File

@ -4,12 +4,12 @@
pkgname=cppunit
pkgver=1.15.1
pkgrel=3
pkgrel=4
pkgdesc="A C++ unit testing framework"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://www.freedesktop.org/wiki/Software/cppunit"
license=('LGPL')
depends=('sh' 'gcc-libs')
license=('LGPL-2.1-or-later')
depends=('gcc-libs' 'glibc')
makedepends=('doxygen')
options=('!emptydirs')
source=(https://dev-www.libreoffice.org/src/${pkgname}-${pkgver}.tar.gz)