21 lines
732 B
Bash
21 lines
732 B
Bash
# Template file for 'ruby-tmuxinator'
|
|
pkgname=ruby-tmuxinator
|
|
version=3.0.5
|
|
revision=2
|
|
build_style=gemspec
|
|
depends="ruby-erubis>=2.6 ruby-thor>=1.2.1 ruby-xdg>=4.3.0 tmux"
|
|
short_desc="Create and manage complex tmux sessions easily"
|
|
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
|
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=f67296a0b600fb5d8e51bf8fc9f8376a887754fd74cd59b6a8d9c962ad8f80a4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
for sh in bash fish zsh; do
|
|
vcompletion "completion/tmuxinator.${sh}" ${sh}
|
|
done
|
|
}
|