pkgname=check pkgver=0.15.2 pkgrel=1 pkgdesc="A unit testing framework for C" arch=('x86_64') url="https://libcheck.github.io/check" license=('LGPL') options=('!libtool') source=("https://github.com/libcheck/check/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz") md5sums=('50fcafcecde5a380415b12e9c574e0b2') build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr --disable-static make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }