20 lines
837 B
Bash
20 lines
837 B
Bash
# Template file for 'phoronix-test-suite'
|
|
pkgname=phoronix-test-suite
|
|
version=10.8.4
|
|
revision=3
|
|
depends="virtual?php-runtime"
|
|
short_desc="Comprehensive testing and benchmarking platform for Linux"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://www.phoronix-test-suite.com/"
|
|
changelog="https://raw.githubusercontent.com/phoronix-test-suite/phoronix-test-suite/master/ChangeLog"
|
|
distfiles="https://phoronix-test-suite.com/releases/${pkgname}-${version}.tar.gz"
|
|
checksum=1f2092d536c0a3193efc53e4a50f3cee65c0ef1a78d31e5404f1c663fff7b7f4
|
|
|
|
do_install() {
|
|
vsed -e "s/^\texport PTS_DIR=.*/\texport PTS_DIR=\/usr\/share\/webapps\/${pkgname}/g" -i phoronix-test-suite
|
|
vbin phoronix-test-suite
|
|
vmkdir usr/share/webapps/${pkgname}/pts-core
|
|
vcopy "pts-core/*" usr/share/webapps/${pkgname}/pts-core
|
|
}
|