From 1e8448247f12a44434e481d1f458c180d768ab95 Mon Sep 17 00:00:00 2001 From: Ben Woodcroft Date: Mon, 5 Feb 2018 11:50:40 +0100 Subject: gnu: Add ruby-highline. --- gnu/packages/ruby.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index e74f486ad2..c3ce994d35 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -6577,3 +6577,30 @@ but it can function as a stand-alone templating engine.") "multi-layer client for the github api v3") (home-page "http://gh.rkh.im/") (license license:expat))) + +(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) + (synopsis + "A high-level IO library that provides validation, type conversion, and more for +command-line interfaces. HighLine also includes a complete menu system that can +crank out anything from simple list selection to complete shells with just +minutes of work. +") + (description + "A high-level IO library that provides validation, type conversion, and more for +command-line interfaces. HighLine also includes a complete menu system that can +crank out anything from simple list selection to complete shells with just +minutes of work. +") + (home-page "https://github.com/JEG2/highline") + (license #f))) -- cgit v1.2.3