1 # Maintainer: Calvin Morrison <mutantturkey@gmail.com>
2 # Contributor: Dannny <danny.a95@gmail.com>
7 pkgdesc="mt - multi term, a minimal GTK and VTE based terminal aiming to be clean and concise"
9 url="http://github.com/mutantturkey/mt/"
10 license=('GPL' 'MIT/X')
11 depends=('gtk2' 'vte')
16 _gitroot=git://github.com/mutantturkey/mt.git
22 msg "connecting to github's GIT server...."
24 if [ -d $startdir/src/$_gitname ] ; then
25 cd $_gitname && git-pull origin
26 msg "The local files are updated."
31 msg "GIT checkout done"
33 cd "$srcdir/$_gitname"
35 make DESTDIR="$pkgdir" install || return 1