pkgname=aurutils pkgver=1.2.0 pkgrel=1 pkgdesc='helper tools for the arch user repository' arch=('any') url=https://github.com/AladW/aurutils license=('ISC') source=("$url/archive/$pkgver.tar.gz") sha256sums=('fb530fa9c952467b6e6eeacc5f365ac1c9f96a12935b2a4ff86aa5ec7651e1d4') depends=('pacman>=5' 'expac>=7' 'aria2>=1.23' 'git' 'jshon' 'repose' 'pacutils') checkdepends=('shellcheck') makedepends=('git') optdepends=('devtools: build in an nspawn container' 'vifm: improved build file interaction' 'datamash: check tsort input') check() { cd "$pkgname-$pkgver" make check } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" PREFIX="/usr" install }