aboutsummaryrefslogtreecommitdiffstats
path: root/testing/phoronix-test-suite/APKBUILD
blob: 59e1e70e2c2c1173ed9261a2a8e373c08feae9e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Contributor: Lucas Ramage <ramage.lucas@protonmail.com>
# Maintainer: Lucas Ramage <ramage.lucas@protonmail.com>
pkgname=phoronix-test-suite
pkgver=9.0.0
pkgrel=0
pkgdesc="The most comprehensive testing and benchmarking platform available for Linux"
url="https://www.phoronix-test-suite.com"
arch="noarch"
license="GPL-3.0-or-later"
depends="php7 php7-dom php7-zip php7-json php7-simplexml"
subpackages="pkgname-doc"
provides="phoromatic-server phoromatic-client"
source="$pkgname-$pkgver.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v$pkgver.tar.gz"
options="!check" # no tests

package() {
	DESTDIR="$pkgdir" ./install-sh
}

sha512sums="4586d5ce40d83402961c2454e7841d3c1501b1d47625f8ed56c250df491df4d3e00fdde38e71d343528cad5f6d65d236558e00c4583de8c1227da35b29bbe9c0  phoronix-test-suite-9.0.0.tar.gz"