New package: sysbench-1.0.18

This commit is contained in:
Duncaen 2019-11-25 14:45:11 +01:00
parent e6e62ecad3
commit 53387723b8
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 23 additions and 0 deletions

23
srcpkgs/sysbench/template Normal file
View File

@ -0,0 +1,23 @@
# Template file for 'sysbench'
pkgname=sysbench
version=1.0.18
revision=1
build_style=gnu-configure
configure_args="
--with-mysql
--with-postgresql
--with-system-ck
--with-system-luajit"
hostmakedepends="automake libtool pkg-config"
makedepends="LuaJIT-devel ck-devel libmariadbclient-devel libressl-devel
postgresql-libs-devel zlib-devel"
short_desc="Scriptable database and system performance benchmark"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/akopytov/sysbench"
distfiles="https://github.com/akopytov/sysbench/archive/${version}.tar.gz"
checksum=c679b285e633c819d637bdafaeacc1bec13f37da5b3357c7e17d97a71bf28cb1
pre_configure() {
autoreconf -fi
}