1 # Maintainer: Harsh J <harsh AT cloudera DOT com>
3 # Contributor: Your Name <youremail@domain.com>
8 pkgdesc="Cloudera repository management tools"
10 url="https://github.com/cloudera/crepo"
12 depends=('python2' 'python2-distribute' 'git')
14 _gitroot="https://github.com/cloudera/crepo.git"
18 if [ -d $_gitname ]; then
19 cd $_gitname && git pull origin
20 msg "The local files are updated."
22 git clone $_gitroot $_gitname
25 python2 setup.py install --root=$pkgdir/ --optimize=1