1 # Contributor: Alexander Tsamutali <astsmtl@yandex.ru>
6 pkgdesc="A tool to aggregate several remote shells into one."
8 url="http://guichaz.free.fr/gsh/"
15 _gitroot="git://repo.or.cz/gsh.git"
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 rm -rf "$srcdir/$_gitname-build"
33 git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
34 cd "$srcdir/$_gitname-build"
36 python2 setup.py install --root="$pkgdir"