From 693e900bf25f9a8619b4dcf670a31e195397872c Mon Sep 17 00:00:00 2001 From: crater2150 Date: Tue, 4 Jul 2017 14:05:35 +0200 Subject: [PATCH] new package: zsh-completions 0.25.0 Closes: #6952 [via git-merge-pr] --- srcpkgs/zsh-completions/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/zsh-completions/template 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 +}