aboutsummaryrefslogtreecommitdiffstats
path: root/testing/phoronix-test-suite/APKBUILD
blob: ceab81b01f8fa903fe74501f2c43885e5f182938 (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=7.6.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"
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="d424ce586bdc20e9c68e429fafb2a1239f86e8e4a8c6b57740221609b698a657af24440581d7c59ae024d3591b094dbab57c8ff3a13f8575f49e7291289f1722  phoronix-test-suite-7.6.0.tar.gz"