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