1 # Maintainer: Thomas Dziedzic < gostrc at gmail >
6 pkgdesc='Tools for the Arch User Repository package maintainers'
8 url='https://github.com/gostrc/aurtools'
10 depends=('devtools' 'cower')
13 _gitroot='git://github.com/gostrc/aurtools.git'
17 msg 'Connecting to GIT server....'
19 if [ -d ${_gitname} ] ; then
22 msg 'The local files are updated.'
24 git clone ${_gitroot} ${_gitname}
28 msg 'GIT checkout done or server timeout'
29 msg 'Starting make...'
31 make DESTDIR=${pkgdir} install