gnu: Add rust-clap-complete-command-0.5.

* gnu/packages/crates-io.scm (rust-clap-complete-command-0.5): New variable.
This commit is contained in:
Efraim Flashner 2023-07-26 11:56:16 +03:00
parent 2c896154f7
commit 620f2ac8ed
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -11976,6 +11976,33 @@ traits.")
("rust-libc" ,rust-libc-0.2)
("rust-libloading" ,rust-libloading-0.3))))))
(define-public rust-clap-complete-command-0.5
(package
(name "rust-clap-complete-command")
(version "0.5.1")
(source (origin
(method url-fetch)
(uri (crate-uri "clap-complete-command" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0gcsj6ls8y0jpjp5172gdqwx5zj6gm4wdgrqysglr3d73qvrad0q"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-carapace-spec-clap" ,rust-carapace-spec-clap-0.1)
("rust-clap" ,rust-clap-4)
("rust-clap-complete" ,rust-clap-complete-4)
("rust-clap-complete-fig" ,rust-clap-complete-fig-4)
("rust-clap-complete-nushell" ,rust-clap-complete-nushell-0.1))
#:cargo-development-inputs (("rust-clap" ,rust-clap-4))))
(home-page "https://github.com/nihaals/clap-complete-command")
(synopsis
"Reduces boilerplate for adding a shell completion command to Clap")
(description "This package reduces boilerplate for adding a shell completion
command to Clap.")
(license license:expat)))
(define-public rust-clap-complete-fig-4
(package
(name "rust-clap-complete-fig")