# Maintainer: Manoel Brunnen pkgname=fetcher pkgver=1.0 pkgrel=1 pkgdesc="Automatic adding, commiting, pushing or pulling of git repos. Easily adjustable in a config file à la \" \". Also added the special command addcommitpush, which does all three at once. " arch=('any') url="" license=('MIT') groups=() depends=('git') install="$pkgname.install" source=("fetcher.sh" "fetcher.service") noextract=() md5sums=('5df683b5b96f5e83331ab071b0979613' 'ac026457052512cfdb9ae12e100ea696') package() { install -Dm644 $srcdir/fetcher.service $pkgdir/usr/lib/systemd/system/fetcher@$USER.service install -Dm755 $srcdir/fetcher.sh $pkgdir/usr/bin/fetcher } # vim:set ft=sh: