guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: Add ruby-minitar.


From: David Thompson
Subject: 01/03: gnu: Add ruby-minitar.
Date: Sun, 06 Sep 2015 00:27:33 +0000

davexunit pushed a commit to branch master
in repository guix.

commit 616eaead7e242384745a7ef619b97d538de4333b
Author: David Thompson <address@hidden>
Date:   Sat Aug 29 08:32:32 2015 -0400

    gnu: Add ruby-minitar.
    
    * gnu/packages/ruby.scm (ruby-minitar): New variable.
---
 gnu/packages/ruby.scm |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 99aecf8..1f150fd 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -767,3 +767,24 @@ net/http library.")
     (description "Arel is a SQL AST manager for Ruby.  It simplifies the
 generation of complex SQL queries and is compatible with various RDBMSes.")
     (license license:expat)))
+
+(define-public ruby-minitar
+  (package
+    (name "ruby-minitar")
+    (version "0.5.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (rubygems-uri "minitar" version))
+       (sha256
+        (base32
+         "1vpdjfmdq1yc4i620frfp9af02ia435dnpj8ybsd7dc3rypkvbka"))))
+    (build-system ruby-build-system)
+    (arguments
+     '(#:tests? #f)) ; missing a gemspec
+    (synopsis "Ruby library and utility for handling tar archives")
+    (description
+     "Archive::Tar::Minitar is a pure-Ruby library and command-line utility
+that provides the ability to deal with POSIX tar archive files.")
+    (home-page "http://www.github.com/atoulme/minitar";)
+    (license (list license:gpl2+ license:ruby))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]