From bcfe1c000771d58e23292e5b8d22ef914f1d02cc Mon Sep 17 00:00:00 2001 From: Gabriel Sanches Date: Thu, 24 Sep 2020 16:45:45 -0300 Subject: [PATCH] lastpass-cli: install completions --- srcpkgs/lastpass-cli/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 }