# Contributor: Sören Tempel # Maintainer: Natanael Copa pkgname=mercurial pkgver=3.7.3 pkgrel=0 pkgdesc="A scalable distributed SCM tool" url="https://www.mercurial-scm.org/" arch="all" license="GPL2+" depends="" makedepends="python-dev" subpackages=" $pkgname-doc $pkgname-vim:vim $pkgname-zsh-completion:zshcomp $pkgname-bash-completion:bashcomp" source="https://www.mercurial-scm.org/release/$pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver build() { cd "$_builddir" python setup.py build || return 1 } package() { cd "$_builddir" python setup.py install --root="$pkgdir" || return 1 install -m755 contrib/hgk hgeditor "$pkgdir"/usr/bin || return 1 for man in doc/*.?; do install -Dm644 "$man" \ "$pkgdir"/usr/share/man/man${man##*.}/${man##*/} || return 1 done } vim() { depends="" pkgdesc="Vim syntax for $pkgname" install_if="vim $pkgname=$pkgver-r$pkgrel" arch="noarch" cd "$_builddir"/contrib/vim/ mkdir -p "$subpkgdir"/usr/share/vim/vimfiles/syntax/ install -Dm644 HGAnnotate.vim hgtest.vim \ "$subpkgdir"/usr/share/vim/vimfiles/syntax/ || return 1 } zshcomp() { depends="" pkgdesc="Zsh completions for $pkgname" install_if="$pkgname=$pkgver-r$pkgrel zsh" arch="noarch" install -Dm644 "$_builddir"/contrib/zsh_completion \ "$subpkgdir"/usr/share/zsh/site-functions/_${pkgname} || return 1 } bashcomp() { depends="" pkgdesc="Bash completions for $pkgname" install_if="$pkgname=$pkgver-r$pkgrel bash-completion" arch="noarch" install -Dm644 "$_builddir"/contrib/bash_completion \ "$subpkgdir"/usr/share/bash-completion/completions/${pkgname} || return 1 } md5sums="f47c9c76b7bf429dafecb71fa81c01b4 mercurial-3.7.3.tar.gz" sha256sums="c099c42d74e2d520b61dd372cd996b0fa7605c06617834fd7b13c79b9a9a5b30 mercurial-3.7.3.tar.gz" sha512sums="7f9f97229e40c7092c16ccf227b19a08a9839d8ce19a9d057341fff75876bff32241ee9aa10eab293f779ea3e8a1d97577597187bd96251fb499cbb1075a82cf mercurial-3.7.3.tar.gz"