guix-commits
[Top][All Lists]
Advanced

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

120/436: gnu: Add rust-gix-command-0.2.


From: guix-commits
Subject: 120/436: gnu: Add rust-gix-command-0.2.
Date: Sun, 5 Nov 2023 05:28:26 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit bc6fd76194a02273c03d8a9803f1047acd73ada9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 24 09:12:29 2023 +0300

    gnu: Add rust-gix-command-0.2.
    
    * gnu/packages/crates-io.scm (rust-gix-command-0.2): New variable.
    
    Change-Id: I82c8497f50c221f678bb41b3dea4ea4683cd9ab8
---
 gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7d4b07c47a..50d8f87a71 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29844,6 +29844,28 @@ libcurl, which is intended to be used with the 
@code{git2} crate.")
         ("rust-log" ,rust-log-0.4)
         ("rust-url" ,rust-url-2))))))
 
+(define-public rust-gix-command-0.2
+  (package
+    (name "rust-gix-command")
+    (version "0.2.10")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "gix-command" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1ix44maislxlranv67yw5fan5k82lpgax22zgc4jrxvpypxnqmrw"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:tests? #f      ; use of undeclared crate or module `gix_testtools`
+       #:cargo-inputs (("rust-bstr" ,rust-bstr-1))))
+    (home-page "https://github.com/Byron/gitoxide";)
+    (synopsis "Handle internal git command execution")
+    (description
+     "This package provides a crate of the gitoxide project handling internal 
git
+command execution.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-gix-commitgraph-0.16
   (package
     (name "rust-gix-commitgraph")



reply via email to

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