[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28583] [PATCH 5/8] gnu: Add ruby-highline.
From: |
Christopher Baines |
Subject: |
[bug#28583] [PATCH 5/8] gnu: Add ruby-highline. |
Date: |
Sat, 30 Sep 2017 09:19:32 +0100 |
* gnu/packages/ruby.scm (ruby-highline): New variable.
---
gnu/packages/ruby.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 283f393b8..d6aa59099 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -216,6 +216,32 @@ a focus on simplicity and productivity.")
(("/bin/sh") (which "sh"))))
%standard-phases)))))
+(define-public ruby-highline
+ (package
+ (name "ruby-highline")
+ (version "1.7.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "highline" version))
+ (sha256
+ (base32
+ "1nf5lgdn6ni2lpfdn4gk3gi47fmnca2bdirabbjbz1fk9w4p8lkr"))))
+ (build-system ruby-build-system)
+ (arguments
+ `(#:tests? #f)) ;; TODO: NameError: uninitialized constant SPEC
+ (native-inputs
+ `(("bundler" ,bundler)
+ ("ruby-code-statistics" ,ruby-code-statistics)))
+ (synopsis
+ "HighLine helps you build command-line interfaces")
+ (description
+ "HighLine provides a high-level IO library that provides validation,
+type conversion, and more for command-line interfaces. HighLine also includes
+a menu system for providing multiple options to the user.")
+ (home-page "https://github.com/JEG2/highline")
+ (license (list license:gpl2 license:ruby))))
+
(define-public ruby-hoe
(package
(name "ruby-hoe")
--
2.14.1
- [bug#28583] [PATCH 7/7] gnu: Add es-dump-restore., (continued)
[bug#28583] [PATCH 1/7] gnu: Add ruby-httpclient., Ben Woodcroft, 2017/09/27
[bug#28583] [PATCH 1/8] gnu: Add ruby-httpclient., Christopher Baines, 2017/09/30
- [bug#28583] [PATCH 6/8] gnu: Add ruby-progress_bar., Christopher Baines, 2017/09/30
- [bug#28583] [PATCH 3/8] gnu: Add ruby-options., Christopher Baines, 2017/09/30
- [bug#28583] [PATCH 8/8] gnu: Add ruby-es-dump-restore., Christopher Baines, 2017/09/30
- [bug#28583] [PATCH 4/8] gnu: Add ruby-code-statistics., Christopher Baines, 2017/09/30
- [bug#28583] [PATCH 2/8] gnu: Add ruby-multi-json., Christopher Baines, 2017/09/30
- [bug#28583] [PATCH 5/8] gnu: Add ruby-highline.,
Christopher Baines <=
- [bug#28583] [PATCH 7/8] gnu: Add ruby-rubyzip., Christopher Baines, 2017/09/30