1 # Maintainer: giorgio@gilest.ro
6 pkgdesc="A zsh port of z. z keeps track of where you've been and provides a convenient \
7 way to jump to directory that you actually use"
8 url="http://github.com/sjl/z-zsh"
14 _gitroot="git://github.com/sjl/z-zsh.git"
18 msg "Connecting to $_gitname repository..."
19 if [ -d "$_gitname" ]; then
20 cd "$_gitname" && git pull origin
21 msg "The local files are updated."
23 git clone "$_gitroot" && cd "$_gitname"
26 install -vDm755 z.sh "$pkgdir/etc/profile.d/z.sh"
27 install -vDm644 README "$pkgdir/usr/share/doc/z-zsh/README"