2 # Contributor: Gour-Gadadhara Dasa <gour@atmarama.net>
9 pkgdesc="Shelve Extension for Mercurial"
11 url="https://bitbucket.org/tksoh/hgshelve/wiki/Home"
13 install=$pkgname.install
15 makedepends=('mercurial')
17 _hgroot="https://bitbucket.org/tksoh"
22 python_version=$(python2 -V 2>&1 | cut -d' ' -f2 | cut -d'.' -f1,2)
23 install -m0644 -D hgshelve.py $pkgdir/usr/lib/python${python_version}/site-packages/hgext/hgshelve.py || return 1