1 # Maintainer: Thomas Dziedzic < gostrc at gmail >
6 pkgdesc='abs-like command line tool to sync with the aur git repository'
8 url='https://github.com/gostrc/aur'
12 _gitroot='git://github.com/gostrc/aur.git'
16 msg 'Connecting to GIT server...'
18 if [[ -d ${_gitname} ]]
26 msg 'GIT checkout done or server timeout'
32 install -d ${pkgdir}/usr/bin
36 install -d ${pkgdir}/usr/share/licenses/aur-git
37 install -m644 LICENSE \
38 ${pkgdir}/usr/share/licenses/aur-git