zola: install completions
This commit is contained in:
parent
ecdf957b86
commit
0a489832db
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'zola'
|
||||
pkgname=zola
|
||||
version=0.16.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libsass-devel oniguruma-devel"
|
||||
|
@ -27,6 +27,9 @@ post_install() {
|
|||
vlicense LICENSE
|
||||
|
||||
ln -s zola ${DESTDIR}/usr/bin/gutenberg
|
||||
vcompletion completions/_zola zsh
|
||||
vcompletion completions/zola.bash bash
|
||||
vcompletion completions/zola.fish fish
|
||||
}
|
||||
|
||||
gutenberg_package() {
|
||||
|
|
Loading…
Add table
Reference in a new issue