mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
ytcc: install fish completion to vendor_completions.d
This commit is contained in:
parent
d3b8880961
commit
4f405feee9
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ytcc'
|
# Template file for 'ytcc'
|
||||||
pkgname=ytcc
|
pkgname=ytcc
|
||||||
version=1.8.2
|
version=1.8.2
|
||||||
revision=2
|
revision=3
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="gettext python3-setuptools"
|
hostmakedepends="gettext python3-setuptools"
|
||||||
|
@ -15,6 +15,6 @@ distfiles="https://github.com/woefe/ytcc/archive/v${version}.tar.gz"
|
||||||
checksum=360db561bb0278b7f326fe3da9b012e738e1eceec9031c66b3749207f8091283
|
checksum=360db561bb0278b7f326fe3da9b012e738e1eceec9031c66b3749207f8091283
|
||||||
|
|
||||||
post_install() {
|
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
|
vinstall completions/zsh/_ytcc 0644 usr/share/zsh/site-functions
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue