prepare:
git clone https://github.com/zsh-users/zsh.git && cd zsh
zsh:
make
install:
make install DESTDIR="${PREFIX}"
uninstall:
make uninstall