mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
zsh-completions: _composer is shiped by zsh
This commit is contained in:
parent
58932a7184
commit
b6acee19c7
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'zsh-completions'
|
||||
pkgname=zsh-completions
|
||||
version=0.32.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
revision=2
|
||||
depends="zsh"
|
||||
short_desc="Additional completions for Zsh"
|
||||
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
|
||||
|
@ -11,9 +10,12 @@ homepage="https://github.com/zsh-users/zsh-completions"
|
|||
distfiles="${homepage}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=d2d20836fb60d2e5de11b08f1a8373484dc01260d224e64c6de9eec44137fa63
|
||||
|
||||
post_patch() {
|
||||
rm -f src/_composer
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/zsh/site-functions/
|
||||
vcopy src/_* usr/share/zsh/site-functions/
|
||||
echo "See each file in /usr/share/zsh/site-functions for license details" > LICENSE
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue