summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/ruby-thor/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/ruby-thor/package.py')
-rw-r--r--var/spack/repos/builtin/packages/ruby-thor/package.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/ruby-thor/package.py b/var/spack/repos/builtin/packages/ruby-thor/package.py
new file mode 100644
index 0000000000..e514ea5066
--- /dev/null
+++ b/var/spack/repos/builtin/packages/ruby-thor/package.py
@@ -0,0 +1,15 @@
+# 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 RubyThor(RubyPackage):
+ """Thor is a toolkit for building powerful command-line interfaces."""
+
+ homepage = "http://whatisthor.com/"
+ url = "https://github.com/erikhuda/thor/archive/v1.0.1.tar.gz"
+
+ version('1.0.1', sha256='e6b902764e237ce296cf9e339c93f8ca83bec5b59be0bf8bacd7ffddc6684d07')
+
+ depends_on('ruby@2.0.0:', type=('build', 'run'))