zola: install completions
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'zola'
|
# Template file for 'zola'
|
||||||
pkgname=zola
|
pkgname=zola
|
||||||
version=0.16.1
|
version=0.16.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libsass-devel oniguruma-devel"
|
makedepends="libsass-devel oniguruma-devel"
|
||||||
@@ -27,6 +27,9 @@ post_install() {
|
|||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
||||||
ln -s zola ${DESTDIR}/usr/bin/gutenberg
|
ln -s zola ${DESTDIR}/usr/bin/gutenberg
|
||||||
|
vcompletion completions/_zola zsh
|
||||||
|
vcompletion completions/zola.bash bash
|
||||||
|
vcompletion completions/zola.fish fish
|
||||||
}
|
}
|
||||||
|
|
||||||
gutenberg_package() {
|
gutenberg_package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user