bspwm: add fish completion.

This commit is contained in:
maxice8 2018-07-02 17:04:06 -03:00
parent 1fa270eed1
commit 0b7ec10b2b

View file

@ -1,7 +1,7 @@
# Template file for 'bspwm'
pkgname=bspwm
version=0.9.5
revision=1
revision=2
makedepends="xcb-util-wm-devel xcb-util-keysyms-devel"
short_desc="Tiling window manager based on binary space partitioning"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -19,4 +19,5 @@ do_install() {
vlicense LICENSE
vinstall contrib/bash_completion 644 usr/share/bash-completion/completions bspc
vinstall contrib/zsh_completion 644 usr/share/zsh/site-functions _bspc
vinstall contrib/fish_completion 644 usr/share/fish/completions bspc.fish
}