void-packages/srcpkgs/zsh-completions/template
2020-06-13 01:44:57 +02:00

20 lines
662 B
Bash

# Template file for 'zsh-completions'
pkgname=zsh-completions
version=0.32.0
revision=1
archs=noarch
depends="zsh"
short_desc="Additional completions for Zsh"
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
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=d2d20836fb60d2e5de11b08f1a8373484dc01260d224e64c6de9eec44137fa63
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
}