# Description: A unit testing framework for C # URL: https://libcheck.github.io/check/ # Maintainer: protonesso, nagakamira at gmail dot com # Section: devel name=check version=0.15.2 release=1 source=("https://github.com/libcheck/check/releases/download/$version/$name-$version.tar.gz") build() { cd "$SRC"/$name-$version ./configure $BUILDFLAGS \ --prefix=/usr make make DESTDIR="$PKG" install }