updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / hg-git-hg / PKGBUILD
blob0a69db09ea6b6f8df603e7643832c398eda35faa
1 # -*- shell-script -*-
2 # Arch Linux package build script
4 # Contributor: Vsevolod Balashov <vsevolod@balashov.name>
6 # $Id$
8 name=hg-git
9 pkgname=$name-hg
10 pkgver=419
11 pkgrel=1
12 pkgdesc="the Hg-Git mercurial plugin"
13 arch=(any)
14 url="http://hg-git.github.com/"
15 license=('GPL2')
16 install=hg-git-hg.install
17 depends=('mercurial' 'python-dulwich')
18 makedepends=('mercurial')
20 _hgroot="https://bitbucket.org/durin42"
21 _hgrepo=$name
23 build() {
24   cd "$srcdir/$name"
25   python2 setup.py install --prefix=/usr --root=$pkgdir