# Maintainer: Thomas Wucher pkgname=stress-ng pkgver=0.12.00 pkgrel=1 pkgdesc="stress-ng will stress test a computer system in various selectable ways" arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64') url="http://kernel.ubuntu.com/~cking/${pkgname}/" license=('GPL') depends=() source=("http://kernel.ubuntu.com/~cking/tarballs/${pkgname}/${pkgname}-${pkgver}.tar.xz") sha256sums=('b2b738f574671926654b1623103a7aa58ee6911894ac78760ee188c4bfa96fe2') build() { cd "${pkgname}-${pkgver}" make } package() { cd "${pkgname}-${pkgver}" make DESTDIR="${pkgdir}/" install }