void-packages/srcpkgs/grml-zsh-config/template

18 lines
544 B
Bash

# Template file for 'grml-zsh-config'
pkgname=grml-zsh-config
version=0.15.2
revision=1
noarch=yes
wrksrc="grml-etc-core-${version}"
short_desc="Grml's zsh setup"
maintainer="Christian Poulwey <christian.poulwey@t-online.de>"
license="GPL-2.0-only"
homepage="https://grml.org/zsh/"
distfiles="https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${version}.tar.gz"
checksum=b7c577fa87bd883783021331f9508a5da09f80a57a9a66840cace2d321aae299
do_install() {
vinstall etc/skel/.zshrc 0644 etc/skel
vinstall etc/zsh/zshrc 0644 etc/zsh
}