aboutsummaryrefslogtreecommitdiffstats
path: root/testing/phoronix-test-suite/APKBUILD
blob: 41e29e35acd0bdc8632e078dc24e0f797b095aee (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@openmailbox.org>
# Maintainer: Lucas Ramage <ramage.lucas@openmailbox.org>
pkgname=phoronix-test-suite
pkgver=8.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"
depends="php5 php5-dom php5-zip php5-json"
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="86382de74c36e5638bff7f7649a2c387c90434aa57a88d52afb533f28f452b793764923cf851017175c9cc6ba30afd67e77d4ede8dd496a9e826bcd4d3307456  phoronix-test-suite-8.0.1.tar.gz"