2 # Contributor: stuck_pxl <flam44@gmail.com>
4 pkgname=emacs-eproject-git
7 pkgdesc="eproject is an Emacs extension that adds the concept of projects to Emacs"
8 url="https://github.com/jrockway/eproject/wiki"
14 _gitroot="git://github.com/jrockway/eproject.git"
17 install=$pkgname.install
20 if [ -d $srcdir/$_gitname/ ]; then
21 cd $srcdir/$_gitname/ && git pull origin
23 git clone $_gitroot $_gitname
26 install -d $pkgdir/usr/share/emacs/site-lisp/$_gitname/
27 install -m644 $srcdir/$_gitname/*.el -t $pkgdir/usr/share/emacs/site-lisp/$_gitname/