pkgname=stress-ng
pkgver=0.11
pkgrel=06
pkgdesc="tool to load and stress a computer"
arch=('i386' 'x86_64')
url="http://kernel.ubuntu.com/~cking/stress-ng/"
license=('GPL')
source=("https://github.com/ColinIanKing/stress-ng.git")
md5sums=('SKIP')

build() {
  cd "$srcdir/$pkgname"
  make
}

package() {
  cd "$srcdir/$pkgname"
  make DESTDIR="$pkgdir" install
}
