ytcc: install fish completion to vendor_completions.d

This commit is contained in:
Piraty 2020-02-25 15:42:19 +01:00 committed by Piraty
parent d3b8880961
commit 4f405feee9
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ytcc'
pkgname=ytcc
version=1.8.2
revision=2
revision=3
archs=noarch
build_style=python3-module
hostmakedepends="gettext python3-setuptools"
@ -15,6 +15,6 @@ distfiles="https://github.com/woefe/ytcc/archive/v${version}.tar.gz"
checksum=360db561bb0278b7f326fe3da9b012e738e1eceec9031c66b3749207f8091283
post_install() {
vinstall completions/fish/ytcc.fish 0644 usr/share/fish/completions
vinstall completions/fish/ytcc.fish 0644 usr/share/fish/vendor_completions.d
vinstall completions/zsh/_ytcc 0644 usr/share/zsh/site-functions
}