# Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=myrepos pkgver=1.20180726 pkgrel=0 pkgdesc="A multiple repository management tool" url="https://git.joeyh.name/git/myrepos.git" arch="noarch" license="GPL-2.0-or-later" depends="perl git" depends_dev="" makedepends="" replaces="mr" install="" subpackages="$pkgname-doc" source="https://git.joeyh.name/index.cgi/myrepos.git/snapshot/myrepos-${pkgver}.tar.gz" builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" make } package() { cd "$builddir" install -Dm755 mr "$pkgdir"/usr/bin/mr || return 1 cd "$builddir"/lib for file in git-fake-bare git-svn unison; do install -Dpm 0644 $file \ "$pkgdir"/usr/share/$pkgname/$file done } check() { cd "$builddir" make test } doc() { cd "$builddir" mkdir -p "$subpkgdir"/usr/share/man mv "$builddir"/*.1 "$subpkgdir"/usr/share/man/ # Sample configuration files for file in mrconfig mrconfig.complex; do install -Dpm 0644 $file \ "$subpkgdir"/usr/share/doc/$pkgname/$file done default_doc } sha512sums="cf39208ecf1fc4008cf29c1585d33e9b17dc08350d2bc816a4ce0b4e12eaceffcf7bfbbf2036a70ac2aa979070da601e422ccbedd824f33354b20cfe3a988fef myrepos-1.20180726.tar.gz"