🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223
pkgname: cppunit
pkgver: '1.15.1'
pkgrel: '2'
pkgdesc: 'A C++ unit testing framework'
url: 'https://www.freedesktop.org/wiki/Software/cppunit'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://dev-www.libreoffice.org/src/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr --disable-static
make
make DESTDIR=${PKGDIR} install
rm -f ${PKGDIR}/usr/lib/libcppunit.la
package: |
true