1 # Contributor: listdata <linusarver <at> gmail <dot> com>
2 pkgname=emacs-zenburn-git
5 pkgdesc="The zenburn color theme for GNU Emacs "
7 url="https://github.com/dbrock/zenburn-el"
8 depends=(emacs emacs-color-theme)
11 install=$pkgname.install
13 _gitroot="git://github.com/dbrock/zenburn-el.git"
19 if [[ -d $_gitname ]]; then
23 msg "Pulling from GIT server..."
26 git clone --depth 1 $_gitroot $_gitname
32 # create destination path
33 install -d $pkgdir/usr/share/emacs/site-lisp/$_gitname
34 # copy over files into path
35 cp $srcdir/$_gitname/zenburn.el $pkgdir/usr/share/emacs/site-lisp/$_gitname