1 # Maintainer: Ben Morgan <neembi@googlemail.com>
5 pkgdesc="A supplement to repo-add which simplifies updating local repositories"
7 url="https://github.com/cassava/repo-update"
10 source=(https://github.com/downloads/cassava/$pkgname/$pkgname-$pkgver.tar.gz)
13 cd $srcdir/$pkgname-$pkgver
16 install -Dm755 repo-update $pkgdir/usr/bin/repo-update
18 # Install the license and other documentation
19 install -Dm644 LICENSE $pkgdir/usr/share/licenses/repo-update/LICENSE
20 install -d $pkgdir/usr/share/doc/repo-update
21 install -m644 TODO CHANGES $pkgdir/usr/share/doc/repo-update/
23 # Install the completion files
24 install -Dm644 zsh-completion $pkgdir/usr/share/zsh/site-functions/_repo-update
27 md5sums=('2cf63cb355bccbe6eda52cf79dbe7b24')