21 lines
851 B
Bash
21 lines
851 B
Bash
# Template file for 'phoronix-test-suite'
|
|
pkgname=phoronix-test-suite
|
|
version=9.4.1
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="$pkgname"
|
|
depends="php"
|
|
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=04e0d1371a661c7f95d81ba5df7291a52a5977d691783eb1eacd6918156263b0
|
|
|
|
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
|
|
}
|