# Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=myrepos pkgver=1.20140613 pkgrel=0 pkgdesc="A multiple repository management tool" url="https://github.com/joeyh/myrepos" arch="noarch" license="GPL2+" depends="perl git" depends_dev="" makedepends="" replaces="mr" install="" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/joeyh/$pkgname/archive/$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver build() { cd "$_builddir" make || return 1 make test || return 1 } 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 || return 1 done } doc() { cd "$_builddir" mkdir -p "$subpkgdir"/usr/share/man || return 1 mv "$_builddir"/*.1 "$subpkgdir"/usr/share/man/ || return 1 # Sample configuration files for file in mrconfig mrconfig.complex; do install -Dpm 0644 $file \ "$subpkgdir"/usr/share/doc/$pkgname/$file || return 1 done } md5sums="5e2170a6ce91133beb16b2d633014a7a myrepos-1.20140613.tar.gz" sha256sums="aad6eb0016dd4202399ae4c02f5351556a71346053bbb81402e659975f2973e0 myrepos-1.20140613.tar.gz" sha512sums="748562ba744f45da16ea4b6c92841c52808749028d9150ca88407dccfc7b41e406a925e030cf07e819b96341e9db510e8ffd91bc082eb6d678052d2b8173e663 myrepos-1.20140613.tar.gz"