18 lines
544 B
Bash
18 lines
544 B
Bash
# Template file for 'grml-zsh-config'
|
|
pkgname=grml-zsh-config
|
|
version=0.16.1
|
|
revision=1
|
|
archs=noarch
|
|
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=98ea76c377ad73a76cdb4d2a582e4a7978d13695f57a5f335c064b1a87d9df6b
|
|
|
|
do_install() {
|
|
vinstall etc/skel/.zshrc 0644 etc/skel
|
|
vinstall etc/zsh/zshrc 0644 etc/zsh
|
|
}
|