mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add rust-uu-mkdir-0.0.23.
* gnu/packages/crates-io.scm (rust-uu-mkdir-0.0.23): New variable. Change-Id: Id196f69edac0114b2c2fe46c773cf71cf0987ff7
This commit is contained in:
parent
a8e0fe9ddb
commit
18d8d82f84
1 changed files with 20 additions and 0 deletions
|
@ -85045,6 +85045,26 @@ (define-public rust-utf8parse-0.1
|
||||||
(base32
|
(base32
|
||||||
"0zamsj2986shm4x9zncjf2m5qy9scaw7qnxw4f89b2afpg6a8wl7"))))))
|
"0zamsj2986shm4x9zncjf2m5qy9scaw7qnxw4f89b2afpg6a8wl7"))))))
|
||||||
|
|
||||||
|
(define-public rust-uu-mkdir-0.0.23
|
||||||
|
(package
|
||||||
|
(name "rust-uu-mkdir")
|
||||||
|
(version "0.0.23")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "uu_mkdir" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0lf84gxjw1ii53xmlr4rnlgpqci5zw8scqf1qpmid3bkkry6bgyw"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-clap" ,rust-clap-4)
|
||||||
|
("rust-uucore" ,rust-uucore-0.0.25))))
|
||||||
|
(home-page "https://github.com/uutils/coreutils")
|
||||||
|
(synopsis "mkdir ~ (uutils) create DIRECTORY")
|
||||||
|
(description "This package provides the @code{mkdir} command from uutils.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-uu-mktemp-0.0.23
|
(define-public rust-uu-mktemp-0.0.23
|
||||||
(package
|
(package
|
||||||
(name "rust-uu-mktemp")
|
(name "rust-uu-mktemp")
|
||||||
|
|
Loading…
Reference in a new issue