mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
parent
d64cf051be
commit
693e900bf2
1 changed files with 19 additions and 0 deletions
19
srcpkgs/zsh-completions/template
Normal file
19
srcpkgs/zsh-completions/template
Normal file
|
@ -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 <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=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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue