guix-commits
[Top][All Lists]
Advanced

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

17/66: gnu: Add rust-fetch-unroll-0.3.


From: guix-commits
Subject: 17/66: gnu: Add rust-fetch-unroll-0.3.
Date: Tue, 24 Oct 2023 07:54:52 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit c46a347b4a1c56e31cbe6b7214ad1c78a3fd904e
Author: Steve George <steve@futurile.net>
AuthorDate: Mon Oct 23 23:21:00 2023 +0100

    gnu: Add rust-fetch-unroll-0.3.
    
    * gnu/packages/crates-io.scm (rust-fetch-unroll-0.3): New variable.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
    Change-Id: I3cabb9e25b0e2203eb291cdb087cef9714606bda
---
 gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3f10af764e..ebfd3bed1b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -25434,6 +25434,31 @@ Atom, RSS 2.0, RSS 1.0, RSS 0.x and JSON Feed")
      "This package provides a simple, efficient logging system for Rust.")
     (license license:expat)))
 
+(define-public rust-fetch-unroll-0.3
+  (package
+    (name "rust-fetch-unroll")
+    (version "0.3.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "fetch_unroll" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1l3cf8fhcrw354hdmjf03f5v4bxgn2wkjna8n0fn8bgplh8b3666"))))
+    (build-system cargo-build-system)
+    (arguments
+     (list #:tests? #f  ; Tries to connect to github.com
+           #:cargo-inputs `(("rust-libflate" ,rust-libflate-1)
+                            ("rust-tar" ,rust-tar-0.4)
+                            ("rust-ureq" ,rust-ureq-2))))
+    ; perl required for building rust-ring
+    (inputs (list perl))
+    (home-page "https://github.com/katyo/fetch_unroll";)
+    (synopsis "Simple utilities for fetching and unrolling .tar.gz archives")
+    (description
+     "Simple utilities for fetching and unrolling .tar.gz archives.")
+    (license license:asl2.0)))
+
 (define-public rust-fever-api-0.2
   (package
     (name "rust-fever-api")



reply via email to

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