mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
yadm: add zsh completion
This commit is contained in:
parent
1c8248c892
commit
13d1ee99c9
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'yadm'
|
# Template file for 'yadm'
|
||||||
pkgname=yadm
|
pkgname=yadm
|
||||||
version=1.12.0
|
version=1.12.0
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="bash git gnupg"
|
depends="bash git gnupg"
|
||||||
short_desc="Yet Another Dotfiles Manager"
|
short_desc="Yet Another Dotfiles Manager"
|
||||||
|
@ -15,4 +15,5 @@ do_install() {
|
||||||
vbin ${pkgname}
|
vbin ${pkgname}
|
||||||
vman ${pkgname}.1
|
vman ${pkgname}.1
|
||||||
vinstall completion/yadm.bash_completion 644 usr/share/bash-completion/completions yadm
|
vinstall completion/yadm.bash_completion 644 usr/share/bash-completion/completions yadm
|
||||||
|
vinstall completion/yadm.zsh_completion 644 usr/share/zsh/site-functions _yadm
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue