1 # Maintainer: Kevin Whitaker <eyecreate at gmail dot com>
2 # Contributor: Michal Kowalski <kowalski.michal@gmail.com>
7 pkgdesc="GGAP is a frontend for GAP computer algebra system."
9 url="http://ggap.sourceforge.net/"
11 depends=('zlib' 'gap-math' 'qt')
12 makedepends=('mercurial' 'cmake' 'gcc')
16 _hgroot="https://bitbucket.org/muntyan"
21 msg "Connecting to Mercurial server $_hgroot"
22 if [ -d $_hgrepo ]; then
24 hg pull -u || return 1
25 msg "Finished updating the local repository!"
27 hg clone ${_hgroot} || return 1
28 msg "Initial pull complete!"