mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
zsh-completions: resolve conflict with cheat
This commit is contained in:
parent
15d2499b4d
commit
6ab45118e1
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'zsh-completions'
|
# Template file for 'zsh-completions'
|
||||||
pkgname=zsh-completions
|
pkgname=zsh-completions
|
||||||
version=0.33.0
|
version=0.33.0
|
||||||
revision=1
|
revision=2
|
||||||
depends="zsh"
|
depends="zsh"
|
||||||
short_desc="Additional completions for Zsh"
|
short_desc="Additional completions for Zsh"
|
||||||
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
|
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
|
||||||
|
@ -16,6 +16,7 @@ post_patch() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/zsh/site-functions/
|
vmkdir usr/share/zsh/site-functions/
|
||||||
|
rm src/_cheat # cheat package includes better one
|
||||||
vcopy src/_* usr/share/zsh/site-functions/
|
vcopy src/_* usr/share/zsh/site-functions/
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue