# Maintainer: Maximilian Keßler # pkgname=deploy-arch-repo pkgver=r7.dc98c69 pkgrel=1 pkgdesc="Deploy packages to remote arch repo via rsync" arch=(any) url="https://git.abstractnonsen.se/arch/deploy-arch-repo" license=("MIT") depends=("rsync" "pacman") makedepends=("git") source=("$pkgname::git+https://git.abstractnonsen.se/arch/deploy-arch-repo") sha512sums=("SKIP") pkgver() { cd "$pkgname" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } package() { cd "$pkgname" pwd DESTDIR="$pkgdir" make install }