arch-ppa/src/aurutils/PKGBUILD

25 lines
725 B
Bash
Raw Normal View History

2017-01-10 15:17:17 -05:00
pkgname=aurutils
2017-03-13 12:19:25 -04:00
pkgver=1.5.3
2017-04-16 22:04:31 -04:00
_commit=01cbab783489eefc1859287bd0cb898de40c8100 # 1.5.3
pkgrel=2
2017-01-10 15:17:17 -05:00
pkgdesc='helper tools for the arch user repository'
arch=('any')
url=https://github.com/AladW/aurutils
license=('ISC')
2017-03-13 12:19:25 -04:00
depends=('pacman>=5' 'git' 'jq' 'pacutils>=0.4')
2017-01-10 15:17:17 -05:00
checkdepends=('shellcheck')
makedepends=('git')
optdepends=('devtools: systemd-nspawn support'
2017-03-13 12:19:25 -04:00
'vifm: build file interaction'
'aria2: threaded downloads'
'parallel: threaded downloads'
'expac: aursift script'
'repose: repo-add alternative')
2017-01-10 15:17:17 -05:00
source=("$pkgname-$pkgver::git+$url#commit=$_commit")
sha256sums=('SKIP')
package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" PREFIX="/usr" install
}