17 lines
560 B
Bash
17 lines
560 B
Bash
# Template file for 'ruby-tmuxinator'
|
|
pkgname=ruby-tmuxinator
|
|
version=0.15.0
|
|
revision=2
|
|
build_style=gem
|
|
depends="ruby-erubis>=2.6 ruby-thor>=0.15.0 ruby-xdg>=2.2.3 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"
|
|
checksum=414a98cf0de2751d089db31556bb344d63c10d6a79c9b313d1c2ad881573d035
|
|
|
|
post_install() {
|
|
$XBPS_FETCH_CMD https://raw.githubusercontent.com/tmuxinator/tmuxinator/v${version}/LICENSE
|
|
vlicense LICENSE
|
|
}
|