From 1f5da340e775812f8a2b43608b4a0f7b7c13d3bb Mon Sep 17 00:00:00 2001 From: Piraty Date: Tue, 25 Feb 2020 11:34:34 +0100 Subject: [PATCH] cheat: install fish completion to vendor_completions.d --- srcpkgs/cheat/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/cheat/template b/srcpkgs/cheat/template index ed13e892a08..5fca9ebda53 100644 --- a/srcpkgs/cheat/template +++ b/srcpkgs/cheat/template @@ -1,7 +1,7 @@ # Template file for 'cheat' pkgname=cheat version=3.6.0 -revision=1 +revision=2 build_style=go go_import_path="github.com/cheat/cheat/cmd/cheat" short_desc="Create and view interactive cheatsheets on the command-line" @@ -12,9 +12,7 @@ distfiles="${homepage}/archive/${version}.tar.gz" checksum=8441c94d12b6a6f088818c8cabd91f75bc583bee3c66dac7a53851ae1032862f post_install() { - vinstall scripts/cheat.bash 644 \ - usr/share/bash-completion/completions cheat - vinstall scripts/cheat.fish 644 \ - usr/share/fish/completions + vinstall scripts/cheat.bash 644 usr/share/bash-completion/completions cheat + vinstall scripts/cheat.fish 644 usr/share/fish/vendor_completions.d vlicense LICENSE.txt }