Source: tmuxinator
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               pry,
               rake,
               ruby-awesome-print,
               ruby-coveralls,
               ruby-erubi,
               ruby-factory-bot,
               ruby-rspec,
               ruby-thor,
               ruby-simplecov,
               ruby-xdg,
               tmux,
               bash-completion
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/ruby-team/tmuxinator
Vcs-Git: https://salsa.debian.org/ruby-team/tmuxinator.git
Homepage: https://github.com/tmuxinator/tmuxinator
Rules-Requires-Root: no

Package: tmuxinator
Architecture: all
Depends: ruby,
         ruby-erubi,
         ruby-thor,
         ruby-xdg,
         tmux,
         ${misc:Depends},
         ${shlibs:Depends}
Enhances: tmux
Description: Create and manage tmux sessions easily
 Tmuxinator is a command line tool that makes it easy to create and
 manage tmux sessions. It allows a user to define how to setup a
 session, including naming windows, splitting panes, and what
 commands initially run in each pane. The configuration is done in
 yaml
