20 lines
651 B
Bash
20 lines
651 B
Bash
# Template file for 'zsh-completions'
|
|
pkgname=zsh-completions
|
|
version=0.27.0
|
|
revision=1
|
|
noarch=yes
|
|
depends="zsh"
|
|
short_desc="Additional completions for Zsh"
|
|
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
|
|
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=9b817b73e709aca0e7e5a41471b5b63467d1e7aa69ef755b6ce39b99e61cd47a
|
|
|
|
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
|
|
}
|