aboutsummaryrefslogtreecommitdiffstats
path: root/testing/phoronix-test-suite/APKBUILD
blob: 4f10c4a904b3d0e5773044d882fec9dde0660712 (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=1
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="86382de74c36e5638bff7f7649a2c387c90434aa57a88d52afb533f28f452b793764923cf851017175c9cc6ba30afd67e77d4ede8dd496a9e826bcd4d3307456  phoronix-test-suite-8.0.1.tar.gz"