# Template file for 'benchmark' pkgname=benchmark version=1.9.4 revision=1 build_style=cmake configure_args="-DBUILD_SHARED_LIBS=ON -DBENCHMARK_ENABLE_GTEST_TESTS=OFF -DBENCHMARK_DOWNLOAD_DEPENDENCIES=OFF" short_desc="Microbenchmark support library" maintainer="skmpz " license="Apache-2.0" homepage="https://github.com/google/benchmark/" distfiles="https://github.com/google/benchmark/archive/v${version}.tar.gz" checksum=b334658edd35efcf06a99d9be21e4e93e092bd5f95074c1673d5c8705d95c104 benchmark-devel_package() { depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/cmake vmove usr/lib/pkgconfig vmove "usr/lib/*.so" } }