From ced56c47f9c5a4a30e16abff112439cf8c239605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Thu, 27 Aug 2020 00:01:27 -0300 Subject: [PATCH] exa: add fish completions. Fixes #24498. --- srcpkgs/exa/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/exa/template b/srcpkgs/exa/template index 8afb34c61be1fc..5ea748de36275b 100644 --- a/srcpkgs/exa/template +++ b/srcpkgs/exa/template @@ -1,7 +1,7 @@ # Template file for 'exa' pkgname=exa version=0.9.0 -revision=1 +revision=2 build_style=cargo hostmakedepends="pkg-config" makedepends="libgit2-devel" @@ -14,7 +14,8 @@ checksum=@facbe3b234f403e1e1919f28f009f1733a0fbbbb11f0bc2ba89ac3eba11bc5e8 post_install() { vman contrib/man/exa.1 - vinstall contrib/completions.bash 0644 usr/share/bash-completion/completions exa - vinstall contrib/completions.zsh 0644 usr/share/zsh/site-functions _exa + vcompletion contrib/completions.bash bash + vcompletion contrib/completions.fish fish + vcompletion contrib/completions.zsh zsh vlicense LICENCE }