17 lines
531 B
Bash
17 lines
531 B
Bash
# Template file for 'grml-zsh-config'
|
|
pkgname=grml-zsh-config
|
|
version=0.17.4
|
|
revision=2
|
|
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=680a8fe36ae49d6dbc25651b2b06c5ef143de92e355bd34b9b6f6e82bf842d7f
|
|
|
|
do_install() {
|
|
vinstall etc/skel/.zshrc 0644 etc/skel
|
|
vinstall etc/zsh/zshrc 0644 etc/zsh
|
|
}
|