# Template file for 'ruby-tmuxinator'
pkgname=ruby-tmuxinator
version=3.3.7
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=556756c17b8740af0d0bb3af58f3205ff25d00d515dbe6fc378653a28d14c4d8

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