gnu: Add rust-termbg-0.5.
* gnu/packages/crates-io.scm (rust-termbg-0.5): New variable. Change-Id: Ib0683af91da00335aef95e4b0ae91a8470207ecf Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
7183f72472
commit
86772aba79
@ -76425,6 +76425,29 @@ template language.")
|
|||||||
(("rust-libc" ,rust-libc-0.2)
|
(("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-winapi" ,rust-winapi-0.3))))))
|
("rust-winapi" ,rust-winapi-0.3))))))
|
||||||
|
|
||||||
|
(define-public rust-termbg-0.5
|
||||||
|
(package
|
||||||
|
(name "rust-termbg")
|
||||||
|
(version "0.5.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "termbg" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1pidjkz38z13iz8xchrz1nidxny5zjmxvbl1fs4arilvpzhfc4ic"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-async-std" ,rust-async-std-1)
|
||||||
|
("rust-crossterm" ,rust-crossterm-0.27)
|
||||||
|
("rust-is-terminal" ,rust-is-terminal-0.4)
|
||||||
|
("rust-thiserror" ,rust-thiserror-1)
|
||||||
|
("rust-winapi" ,rust-winapi-0.3))))
|
||||||
|
(home-page "https://github.com/dalance/termbg")
|
||||||
|
(synopsis "Terminal background color detection")
|
||||||
|
(description "This package provides terminal background color detection.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-termbox-sys-0.2
|
(define-public rust-termbox-sys-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-termbox-sys")
|
(name "rust-termbox-sys")
|
||||||
|
Loading…
Reference in New Issue
Block a user