void-packages/srcpkgs/zsh-completions/template

20 lines
662 B
Bash

# Template file for 'zsh-completions'
pkgname=zsh-completions
version=0.30.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=981c386fa01f9bcb0c8a66b0db16af794ab10169d12e2242f83715967b737621
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
}