1 # Contributor: mosra <mosra@centrum.cz>
2 pkgname=svneverever-git
5 pkgdesc="Collects path entries across SVN history."
7 url="http://blog.hartwork.org/?p=763"
10 depends=('python2' 'pysvn-py2')
15 _gitroot="git://git.goodpoint.de/svneverever.git"
16 _gitname="svneverever"
20 msg "Connecting to GIT server...."
22 if [ -d $_gitname ] ; then
23 cd $_gitname && git pull origin
24 msg "The local files are updated."
26 git clone $_gitroot $_gitname
29 msg "GIT checkout done or server timeout"
30 msg "Starting make..."
32 cd "$srcdir/$_gitname"
33 python2 setup.py install --root="$pkgdir/" --optimize=1