updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / aurtools-git / PKGBUILD
blobf7fbf98d07aec30d519f7ec96d1dccbebca80b02
1 # Maintainer: Thomas Dziedzic < gostrc at gmail >
3 pkgname=aurtools-git
4 pkgver=20110319
5 pkgrel=1
6 pkgdesc='Tools for the Arch User Repository package maintainers'
7 arch=('any')
8 url='https://github.com/gostrc/aurtools'
9 license=('GPL')
10 depends=('devtools' 'cower')
11 makedepends=('git')
13 _gitroot='git://github.com/gostrc/aurtools.git'
14 _gitname='aurtools'
16 build() {
17   msg 'Connecting to GIT server....'
19   if [ -d ${_gitname} ] ; then
20     cd ${_gitname}
21     git pull origin
22     msg 'The local files are updated.'
23   else
24     git clone ${_gitroot} ${_gitname}
25     cd ${_gitname}
26   fi
28   msg 'GIT checkout done or server timeout'
29   msg 'Starting make...'
31   make DESTDIR=${pkgdir} install