# Maintainer: Alex Butler pkgname=aurto pkgver=0.6.5 pkgrel=1 pkgdesc="A simple aur tool for managing a local 'aurto' repository" arch=('any') url="https://github.com/alexheretic/aurto" license=('MIT') depends=('aurutils<1.6.0' 'devtools' 'systemd' 'pacutils') optdepends=() makedepends=() install="aurto.install" source=("https://github.com/alexheretic/$pkgname/archive/v$pkgver.tar.gz") sha256sums=('5f93084fae11438bbf965f16c78bc8ea61ebbc2841c5dc8b670b9b833905f3ee') build() { cd "$pkgname-$pkgver" make } package() { cd "$pkgname-$pkgver" cp -r target/* "$pkgdir"/ }