# Template file for 'ruby-tmuxinator'
pkgname=ruby-tmuxinator
version=3.4.1
revision=1
build_style=gemspec
depends="ruby-erubi>=1.13 ruby-thor>=1.4.0 tmux"
short_desc="Create and manage complex tmux sessions easily"
maintainer="Orphaned <orphan@voidlinux.org>"
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=090589171e15f92d00b544c4f7fd23cf042468d813204e25951ebf45f6057548

post_install() {
	vlicense LICENSE
	for sh in bash fish zsh; do
		vcompletion "completion/tmuxinator.${sh}" ${sh} tmuxinator
	done
}
