20 lines
719 B
Bash
20 lines
719 B
Bash
# Template file for 'ruby-tmuxinator'
|
|
pkgname=ruby-tmuxinator
|
|
version=3.2.1
|
|
revision=2
|
|
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=56c0b26b37c801ba8dc95666e39bf69f4041817b34471bd915f587cface6220b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
for sh in bash fish zsh; do
|
|
vcompletion "completion/tmuxinator.${sh}" ${sh}
|
|
done
|
|
}
|