summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/ruby-tmuxinator/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/ruby-tmuxinator/package.py')
-rw-r--r--var/spack/repos/builtin/packages/ruby-tmuxinator/package.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/ruby-tmuxinator/package.py b/var/spack/repos/builtin/packages/ruby-tmuxinator/package.py
new file mode 100644
index 0000000000..31e1fa8580
--- /dev/null
+++ b/var/spack/repos/builtin/packages/ruby-tmuxinator/package.py
@@ -0,0 +1,18 @@
+# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+
+class RubyTmuxinator(RubyPackage):
+ """Create and manage complex tmux sessions easily."""
+
+ homepage = "https://github.com/tmuxinator/tmuxinator"
+ url = "https://github.com/tmuxinator/tmuxinator/archive/v2.0.1.tar.gz"
+
+ version('2.0.1', sha256='a2c8428d239a6e869da516cecee3ac64db47ba1f1932317eb397b1afd698ee09')
+
+ depends_on('ruby@2.5.8:', type=('build', 'run'))
+ depends_on('ruby-erubis@2.6:2.999', type=('build', 'run'))
+ depends_on('ruby-thor@1.0:1.999', type=('build', 'run'))
+ depends_on('ruby-xdg@2.2.5:2.999', type=('build', 'run'))