aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/ruby-tmuxinator/template
blob: 08f3fa125d23b3739fb8aa60b6f90ec9168ee95b (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.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
}