mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ruby-tmuxinator: fix naming of completion file
This commit is contained in:
parent
9a42ae7874
commit
79ed544490
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ruby-tmuxinator'
|
# Template file for 'ruby-tmuxinator'
|
||||||
pkgname=ruby-tmuxinator
|
pkgname=ruby-tmuxinator
|
||||||
version=3.3.0
|
version=3.3.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gemspec
|
build_style=gemspec
|
||||||
depends="ruby-erubi>=1.7 ruby-thor>=1.3.0 ruby-xdg>=4.3.0 tmux"
|
depends="ruby-erubi>=1.7 ruby-thor>=1.3.0 ruby-xdg>=4.3.0 tmux"
|
||||||
short_desc="Create and manage complex tmux sessions easily"
|
short_desc="Create and manage complex tmux sessions easily"
|
||||||
|
@ -15,6 +15,6 @@ checksum=e15cf0d7fc8fc88b89adbeeebacd8061620c759da060b1bccf93bf8541679061
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
for sh in bash fish zsh; do
|
for sh in bash fish zsh; do
|
||||||
vcompletion "completion/tmuxinator.${sh}" ${sh}
|
vcompletion "completion/tmuxinator.${sh}" ${sh} tmuxinator
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue