me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-uu-mv-0.0.23.

* gnu/packages/crates-io.scm (rust-uu-mv-0.0.23): New variable.

Change-Id: Id31032ea535ac9b57500f7b79bef047a488f2286
master
Efraim Flashner 2024-03-31 14:40:43 +03:00
parent c8793458da
commit 8181d66d03
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 22 additions and 0 deletions

View File

@ -85045,6 +85045,28 @@ first byte.")
(base32 (base32
"0zamsj2986shm4x9zncjf2m5qy9scaw7qnxw4f89b2afpg6a8wl7")))))) "0zamsj2986shm4x9zncjf2m5qy9scaw7qnxw4f89b2afpg6a8wl7"))))))
(define-public rust-uu-mv-0.0.23
(package
(name "rust-uu-mv")
(version "0.0.23")
(source
(origin
(method url-fetch)
(uri (crate-uri "uu_mv" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1z2cdcnf1q6zgzycimlbg0xyqh43v8x49vsr0sx1sbjdsdhpwc2y"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-clap" ,rust-clap-4)
("rust-fs-extra" ,rust-fs-extra-1)
("rust-indicatif" ,rust-indicatif-0.17)
("rust-uucore" ,rust-uucore-0.0.25))))
(home-page "https://github.com/uutils/coreutils")
(synopsis "mv ~ (uutils) move (rename) SOURCE to DESTINATION")
(description "This package provides the @code{mv} command from uutils.")
(license license:expat)))
(define-public rust-uu-whoami-0.0.23 (define-public rust-uu-whoami-0.0.23
(package (package
(name "rust-uu-whoami") (name "rust-uu-whoami")