guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add unrar.


From: John Darrington
Subject: 01/01: gnu: Add unrar.
Date: Wed, 1 Mar 2017 12:57:25 -0500 (EST)

jmd pushed a commit to branch master
in repository guix.

commit 0da8313c679f101c3f99970c50d6f0fef995f633
Author: John Darrington <address@hidden>
Date:   Wed Mar 1 07:00:05 2017 +0100

    gnu: Add unrar.
    
    * gnu/packages/compression.scm (unrar): New variable.
---
 gnu/packages/compression.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 9897883..73b2b84 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1128,3 +1128,21 @@ or junctions, and always follows hard links.")
                    ;; libzpaq.cpp contains a mix of public-domain and
                    ;; expat-licenced (or ‘MIT’) code.
                    license:expat))))
+
+(define-public unrar
+  (package
+    (name "unrar")
+    (version "0.0.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "http://download.gna.org/unrar/unrar-"; version ".tar.gz"))
+              (sha256
+               (base32
+                "1fgmjaxffj3shyxgy765jhxwz1cq88hk0fih1bsdzyvymyyz6mz7"))))
+    (build-system gnu-build-system)
+    (home-page "http://download.gna.org/unrar";)
+    (synopsis "RAR archive extraction tool")
+    (description "Unrar is a simple command-line program to list and extract
+RAR archives.")
+    (license license:gpl2+)))



reply via email to

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