aboutsummaryrefslogtreecommitdiffstats
path: root/testing/phoronix-test-suite/APKBUILD
blob: 81bf6d16dc475e7f46fa99596b6e9e4d897ac209 (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.1
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="7584f85fb57ca64128d6342c42244fe2498eec51e378bf4265f447b178d24dcde5855b644faa5937953ee262657e24dd5bb689a95e5843c184b205986e29ebce  phoronix-test-suite-9.0.1.tar.gz"