1 # Maintainer: Army [uli.armbruster (the google thing)]
5 pkgdesc="A Python image viewer with vim-like keybindings"
7 url="http://github.com/aeosynth/Pim"
12 _gitroot="http://github.com/aeosynth/Pim.git"
17 msg "Connecting to GIT server...."
18 if [ -d ${_gitname} ] ; then
19 cd ${_gitname} && git pull origin
20 msg "The local files are updated."
22 git clone ${_gitroot} ${_gitname}
24 cd ${srcdir}/${_gitname}
25 install -Dm755 ${srcdir}/${_gitname}/${_gitname} ${pkgdir}/usr/bin/${_gitname}