summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 45baf547096c5ff2e0ecb1b28d03efa256dfe4f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Maintainer: Austin Haedicke <austin.haedicke@gmail.com>

# If you find errors or have suggestions feel free to file an issue
# or submit a pull request @ https://gtbjj.com/savagezen/pkgbuild 

_pkgname=phoronix-test-suite
pkgname=phoronix-test-suite-git
pkgver=v7.2.1.1.g38b36330d
pkgrel=1
pkgdesc="The most comprehensive testing and benchmarking platform available for Linux"
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.phoronix-test-suite.com/"
depends=('ruby' 'python')
makedepends=('git')
optdepends=('php' 'php-gtk')
provides=('phoronix-test-suite')
conflicts=('phoronix-test-suite')
install=$pkgname.install
source=("git://github.com/phoronix-test-suite/phoronix-test-suite.git")
md5sums=('SKIP')

pkgver() {
    cd $_pkgname
    git describe --always | sed -e 's|-|.|g'
}

package() {
    cd $srcdir/$_pkgname
    ./install-sh $pkgdir/usr
}