diff --git a/srcpkgs/zsh-completions/template b/srcpkgs/zsh-completions/template new file mode 100644 index 00000000000..dbaab1906e3 --- /dev/null +++ b/srcpkgs/zsh-completions/template @@ -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 " +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 +}