🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132
pkgname: bcunit
pkgver: '5.2.0'
pkgrel: '2'
pkgdesc: 'Lightweight system for writing, administering, and running unit tests in C'
url: 'https://github.com/BelledonneCommunications/bcunit'
arch: x86_64
depends: []
makedepends:
- cmake
source:
- 'https://gitlab.linphone.org/BC/public/bcunit/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_DOC=ON \
-DENABLE_STATIC=OFF \
..
make
make DESTDIR=${PKGDIR} install
package: |
true