tl-aurutils-helpers/PKGBUILD

23 lines
545 B
Bash

# Maintainer: David Thurstenson <thurstylark@gmail.com>
pkgname=tl-aurutils-helpers
pkgver=0.1
pkgrel=1
pkgdesc="Scripts for automating common aurutils tasks"
arch=('any')
url="https://git.thurstylark.com/$pkgname.git/"
license=('GPL')
depends=('aurutils')
source=("aur-remove"
"aur-sync-devel"
"aur-vercmp-devel")
md5sums=('e6daee721038a55017b84cf32aa081bb'
'b57425fd69e51200a0de40354b127e32'
'19fb39b8b745dc3ecea1df8d2eca9307')
package() {
for i in ${source[@]}; do
install -Dm655 $i \
${pkgdir}/usr/bin/$i
done
}