25 lines
740 B
Bash
25 lines
740 B
Bash
# Template file for 'benchmark'
|
|
pkgname=benchmark
|
|
version=1.8.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 <dem.procopiou@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/google/benchmark/"
|
|
distfiles="https://github.com/google/benchmark/archive/v${version}.tar.gz"
|
|
checksum=3e7059b6b11fb1bbe28e33e02519398ca94c1818874ebed18e504dc6f709be45
|
|
|
|
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"
|
|
}
|
|
}
|