gnu: Add rust-xshell-0.1.

* gnu/packages/crates-io.scm (rust-xshell-0.1): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Zheng junjie 2021-06-11 20:53:00 +08:00 committed by Nicolas Goaziou
parent 0bba028e65
commit 493720d233
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -52514,6 +52514,31 @@ (define-public rust-xshell-macros-0.1
"This package provide a private implementation detail of xshell crate.")
(license (list license:expat license:asl2.0))))
(define-public rust-xshell-0.1
(package
(name "rust-xshell")
(version "0.1.13")
(source
(origin
(method url-fetch)
(uri (crate-uri "xshell" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1iilg7cjgz3342f3na500dp3c371jk198qh053kfy57b84dvn5gb"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-xshell-macros" ,rust-xshell-macros-0.1))))
(home-page "https://github.com/matklad/xshell")
(synopsis
"Utilities for quick shell scripting in Rust")
(description
"This package provide a utilities for quick shell scripting in Rust.")
(license (list license:expat license:asl2.0))))
(define-public rust-xz2-0.1
(package
(name "rust-xz2")