🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223
pkgname: check
pkgver: '0.15.2'
pkgrel: '1'
pkgdesc: 'unit testing framework for C'
url: 'https://check.sourceforge.net/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://github.com/libcheck/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
make DESTDIR=${PKGDIR} install
sed -i '1 s/tools/usr/' ${PKGDIR}/usr/bin/checkmk
package: |
true