# Template file for 'grml-zsh-config' pkgname=grml-zsh-config version=0.19.4 revision=1 hostmakedepends="make txt2tags" short_desc="Grml's zsh setup" maintainer="Christian Poulwey " license="GPL-2.0-only" homepage="https://grml.org/zsh/" distfiles="https://github.com/grml/grml-etc-core/archive/refs/tags/v${version}.tar.gz" checksum=b3a896bb8f16f4069881e1ae2ee6d7d9220a49b05ecbaab573db038310042ad7 pre_build() { make -C doc/ grmlzshrc.5 } do_install() { vinstall etc/skel/.zshrc 0644 etc/skel vinstall etc/zsh/zshrc 0644 etc/zsh vinstall etc/zsh/keephack 0644 etc/zsh vman doc/grmlzshrc.5 }