1 # Contributor: Ismael Carnales <icarnales@gmail.com>
7 pkgdesc="Paste extension for Mercurial which can send diffs to various pastebin websites for easy sharing"
8 url="http://bitbucket.org/sjl/hg-paste"
11 makedepends=(mercurial)
16 _hgroot="http://bitbucket.org/sjl"
20 phyton_version=$(python -V 2>&1 | cut -d' ' -f2)
21 cd $startdir/src/$pkgname
22 install -m0644 -D paste.py $startdir/pkg/usr/lib/python${phyton_version%.*}/site-packages/hgext/paste.py