# Template file for 'zsh-completions' pkgname=zsh-completions version=0.29.0 revision=1 noarch=yes depends="zsh" short_desc="Additional completions for Zsh" maintainer="Alexander Gehrke " license="BSD-3-Clause, Apache-2.0, MIT" homepage="https://github.com/zsh-users/zsh-completions" distfiles="${homepage}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" checksum=979604ea4e729e9bf2f19895545a7064e8d723cd93e9fa0d4402ca8a915e74d1 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 }