aboutsummaryrefslogtreecommitdiffstats
path: root/testing/phoronix-test-suite/APKBUILD
blob: 019b7b7279f71b3c26ecedf278576a71ba8e77d5 (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=8.4.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"
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/$pkgname/$pkgname/archive/v$pkgver.tar.gz"
options="!check"

package() {
	cd $builddir
	DESTDIR="${pkgdir}" ./install-sh
}
sha512sums="f3eb28cbf9daef353ef129aaee1354e0b532e0bc5148a6b0c85397b3de663e1efc17a0ca8001a86868fb07471aab28870a8177f0f1362a0704e84ef1c768342f  phoronix-test-suite-8.4.1.tar.gz"