21 lines
730 B
Bash
21 lines
730 B
Bash
# Template file for 'ruby-tmuxinator'
|
|
pkgname=ruby-tmuxinator
|
|
version=3.3.1
|
|
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 <datacobra@thinkbot.de>"
|
|
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=8b41f7c56b42ea13e37c99f4cd818a571859f473ae5acbed12f343a75e3fa1be
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
for sh in bash fish zsh; do
|
|
vcompletion "completion/tmuxinator.${sh}" ${sh} tmuxinator
|
|
done
|
|
}
|