parent
d64cf051be
commit
693e900bf2
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'zsh-completions'
|
||||
pkgname=zsh-completions
|
||||
version=0.25.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
depends="zsh"
|
||||
short_desc="Additional completions for Zsh"
|
||||
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
|
||||
license="BSD, Apache-2.0, MIT"
|
||||
homepage="https://github.com/zsh-users/zsh-completions"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=6a89fb148313577ea81a36630bc2bf009aaaf74a116109cb33f422396e23ab0f
|
||||
|
||||
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…
Reference in New Issue