updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / gitzilla / PKGBUILD
blob39067ed1d4931fa09c6532ba25d7088b249abb29
1 # Contributor: Charles Briere <charlesbriere dot flatzo at gmail dot com>
3 pkgname=gitzilla
4 pkgver=2.0
5 pkgrel=1
6 pkgdesc="Comment bugzilla's bug on git commit (hook in git)"
7 arch=('i686' 'x86_64')
8 url="http://www.theoldmonk.net/gitzilla/"
9 license=('')
10 depends=("python2>=2.5" "pybugz" "python2-distribute")
11 source=(https://github.com/gera/gitzilla/tarball/gitzilla-2.0)
12 md5sums=('e81829aec495386deed2ec4cc05dec7e')
16 build() {
17     cd $srcdir
18     tar -xvf gitzilla-2.0
19     cd gera-gitzilla-2078533
20     sudo mv etc/gitzillarc /etc/gitzillarc
21     
22     python2 setup.py install --root=$pkgdir
24     echo ""
25     echo "------------------------------------------"
26     echo "Configuration file is : /etc/gitzillarc"
27     echo "Don't forget to visit the official website"
28     echo "for help with the configuration "
29     echo ${url}
30     echo "------------------------------------------"