void-packages/srcpkgs/ruby-tmuxinator/template

17 lines
560 B
Bash
Raw Normal View History

2018-12-01 15:57:09 +01:00
# Template file for 'ruby-tmuxinator'
pkgname=ruby-tmuxinator
2018-12-10 06:02:14 +01:00
version=0.14.0
2018-12-01 15:57:09 +01:00
revision=1
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"
2018-12-10 06:02:14 +01:00
checksum=845cfa0e2d04e9e9bb950c214100cb706a369c6db25296040b589ab4d9ea5344
2018-12-01 15:57:09 +01:00
post_install() {
$XBPS_FETCH_CMD https://raw.githubusercontent.com/tmuxinator/tmuxinator/v${version}/LICENSE
vlicense LICENSE
}