1 # Contributor: supern lee <supern.lee@gmail.com>
5 pkgdesc="a visual git client tool"
7 url="http://www.devslashzero.com/teamgit"
12 conflicts=('teamgit' 'teamgit-git')
16 _gitroot="git://gitorious.org/teamgit/mainline.git"
22 msg "Connecting to GIT server...."
24 if [ -d "${srcdir}/${_gitname}" ] ; then
25 cd ${_gitname} && git pull --rebase
27 git clone ${_gitroot} ${_gitname}
31 msg "GIT checkout done or server timeout"
35 make DESTDIR=${pkgdir} install || return 1