1 # Contributor: JD Horelick <jdhore1@gmail.com
6 pkgdesc="A script to cripple vim and make it more like nano."
8 url="http://git.exherbo.org/?p=e4r.git;a=summary"
13 _gitroot="git://git.exherbo.org/e4r.git"
21 msg "Connecting to GIT server...."
23 if [ -d "${srcdir}/${_gitname}" ] ; then
24 cd ${_gitname} && git pull --rebase
29 msg "GIT checkout done or server timeout"
30 msg "Starting make..."
32 DESTDIR=$pkgdir make install || return 1