me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-easycurses-0.12.

* gnu/packages/crates-io.scm (rust-easycurses-0.12): New variable.
master
Nicolas Goaziou 2021-02-09 23:02:57 +01:00
parent 7ad7130114
commit fd04dd9122
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -10792,6 +10792,29 @@ waiting for them to complete. Threads are allowed to borrow local variables
from the main thread.") from the main thread.")
(license (list license:asl2.0 license:expat)))) (license (list license:asl2.0 license:expat))))
(define-public rust-easycurses-0.12
(package
(name "rust-easycurses")
(version "0.12.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "easycurses" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "10cp60lrhn1k0vg97jgzqbk03x4hmhrgxbz9m3gcmzhzbpn88m2a"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-pancurses" ,rust-pancurses-0.16))))
(home-page "https://github.com/Lokathor/easycurses-rs")
(synopsis "Work with @code{curses} easily")
(description
"This package provides a crate that makes working with @code{curses}
easy.")
(license (list license:unlicense license:zlib))))
(define-public rust-eax-0.3 (define-public rust-eax-0.3
(package (package
(name "rust-eax") (name "rust-eax")