1 # Contributor: Charles Briere <charlesbriere dot flatzo at gmail dot com>
6 pkgdesc="Comment bugzilla's bug on git commit (hook in git)"
8 url="http://www.theoldmonk.net/gitzilla/"
10 depends=("python2>=2.5" "pybugz" "python2-distribute")
11 source=(https://github.com/gera/gitzilla/tarball/gitzilla-2.0)
12 md5sums=('e81829aec495386deed2ec4cc05dec7e')
19 cd gera-gitzilla-2078533
20 sudo mv etc/gitzillarc /etc/gitzillarc
22 python2 setup.py install --root=$pkgdir
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 "
30 echo "------------------------------------------"