aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/ruby-tmuxinator/template
blob: b1b42cc851d8a65bf6752a92d3b02308830cd9ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Template file for 'ruby-tmuxinator'
pkgname=ruby-tmuxinator
version=3.3.0
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=e15cf0d7fc8fc88b89adbeeebacd8061620c759da060b1bccf93bf8541679061

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