# Maintainer: Erich Eckner pkgname=gitolite-sync pkgver=0.3.1 pkgrel=1 pkgdesc='synchronize git repositories (designed for gitolite managed ones)' arch=('any') url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') depends=('git') makedepends=('help2man') optdepends=('gitolite: to manage the repositories') backup=('etc/gitolite-sync.conf') source=( "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('ab61b451b3cacd1c42d3deff4048e9f896db8cf489066c18d55b4c412a9c2570dc6b51141e697306f3ae720ff55a445bad7d67776318625ffc51abe336fcb41f') build() { cd ${pkgname}-${pkgver} make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }