description="Lightweight unit testing framework for C++" url="https://github.com/unittest-cpp/unittest-cpp/" packager="tnut " contributors="Remy" makedepends=(cmake) name=unittestpp version=2.0.0 release=2 PKGMK_KEEP_SOURCES="no" source=(https://github.com/unittest-cpp/unittest-cpp/archive/v$version.tar.gz) build() { cd unittest-cpp-$version mkdir -pv build cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release make all make DESTDIR=$PKG install }