New package: benchmark-1.5.3

This commit is contained in:
skmpz 2021-05-24 14:13:09 +04:00 committed by Érico Nogueira Rolim
parent 691a50aea8
commit fcc136529e
3 changed files with 27 additions and 0 deletions
common
srcpkgs

View file

@ -1374,6 +1374,8 @@ libkgapi2.so.2 libkgapi-2.0.1_1
libqoauth.so.2 qoauth-qt5-2.0.0_1
libIrrlicht.so.1.8 irrlicht-1.8_1
libsnappy.so.1 snappy-1.1.0_1
libbenchmark.so.0 benchmark-1.5.3_1
libbenchmark_main.so.0 benchmark-1.5.3_1
libKF5Torrent.so.6 libktorrent-2.1_1
libvncserver.so.1 libvncserver-0.9.13_2
libvncclient.so.1 libvncserver-0.9.13_2

1
srcpkgs/benchmark-devel Symbolic link
View file

@ -0,0 +1 @@
benchmark

View file

@ -0,0 +1,24 @@
# Template file for 'benchmark'
pkgname=benchmark
version=1.5.3
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=e4fbb85eec69e6668ad397ec71a3a3ab165903abe98a8327db920b94508f720e
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"
}
}