diff --git a/srcpkgs/lastpass-cli/template b/srcpkgs/lastpass-cli/template index bcf29d1e4e1..e9860677f4a 100644 --- a/srcpkgs/lastpass-cli/template +++ b/srcpkgs/lastpass-cli/template @@ -1,7 +1,7 @@ # Template file for 'lastpass-cli' pkgname=lastpass-cli version=1.3.3 -revision=2 +revision=3 build_style=cmake make_install_target="install install-doc" hostmakedepends="asciidoc pkg-config" @@ -19,4 +19,7 @@ CFLAGS="-fcommon" post_install() { vmkdir usr/share/examples/lpass vcopy contrib/examples/* usr/share/examples/lpass + vcompletion contrib/lpass_bash_completion bash lpass + vcompletion contrib/lpass_zsh_completion zsh lpass + vcompletion contrib/completions-lpass.fish fish lpass }