# Template file for 'ruby-tmuxinator' pkgname=ruby-tmuxinator version=3.3.3 revision=1 build_style=gemspec 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" maintainer="dataCobra " license="MIT" homepage="https://github.com/tmuxinator/tmuxinator" changelog="https://raw.githubusercontent.com/tmuxinator/tmuxinator/master/CHANGELOG.md" distfiles="https://github.com/tmuxinator/tmuxinator/archive/refs/tags/v${version}.tar.gz" checksum=af5104c0beda911a8f263808ffb16e4438dbc755ee77bbf528d4bb46cac07a95 post_install() { vlicense LICENSE for sh in bash fish zsh; do vcompletion "completion/tmuxinator.${sh}" ${sh} tmuxinator done }