aboutsummaryrefslogtreecommitdiffstats
path: root/testing/phoronix-test-suite/APKBUILD
blob: c8bc88fdf1192171cc0b0d017476189f5bdc94bf (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.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="f97219360cf456cdd73c1c41bcf09ecce3a1d1385778b861226a4980d5599a6845e27c1f06d2164654d038bab02599a4e526b12fff9fe3a2b7f89dcfeb4c914f  phoronix-test-suite-8.0.0.tar.gz"