2 # Maintainer: Wisthler <wisthler at gmail dot com>
6 pkgdesc
="A set of configuration files for the zsh shell"
8 url
="http://wisthler.tonbnc.fr/blog/archives/2010/08/12/shoktanzsh/"
10 depends
=('zsh' 'figlet' 'archey' 'mpd' 'ncmpcpp' 'mplayer')
13 groups
=('shoktan-base')
15 _gitroot
="git://gitorious.org/zsh-shoktan/zsh-shoktan.git"
16 _gitname
="zsh-shoktan"
22 msg2
"Connecting to gitorious ..."
24 if [ -d $_gitname ] ; then
25 ( cd $_gitname && git pull
)
27 git clone
-b $_gitbranche $_gitroot $_gitname ||
return 1
30 #msg2 "Starting installation"
33 #mv "$_gitname" etc/zsh.d
34 #ln -s etc/zsh.d/zshrc etc/zshrc
36 msg2
"Installation done"
42 mv "$srcdir/$_gitname" etc
/zsh