guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

36/45: gnu: Add rust-termion-1.5.


From: guix-commits
Subject: 36/45: gnu: Add rust-termion-1.5.
Date: Wed, 23 Oct 2019 03:49:16 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 438a9173b9beea9949422d375b91e3e31b601b6e
Author: Efraim Flashner <address@hidden>
Date:   Wed Oct 23 10:06:01 2019 +0300

    gnu: Add rust-termion-1.5.
    
    * gnu/packages/rust-cbindgen.scm (rust-termion-1.5): New hidden
    variable.
---
 gnu/packages/rust-cbindgen.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/rust-cbindgen.scm b/gnu/packages/rust-cbindgen.scm
index 57e80de..7bed4a0 100644
--- a/gnu/packages/rust-cbindgen.scm
+++ b/gnu/packages/rust-cbindgen.scm
@@ -751,3 +751,23 @@ and Jaro-Winkler.")
 directories.")
     (properties '((hidden? . #t)))
     (license (list license:expat license:asl2.0))))
+
+(define rust-termion-1.5
+  (package
+    (name "rust-termion")
+    (version "1.5.3")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "termion" version))
+        (file-name (string-append name "-" version ".crate"))
+        (sha256
+         (base32
+          "0c634rg520zjjfhwnxrc2jbfjz7db0rcpsjs1qici0nyghpv53va"))))
+    (build-system cargo-build-system)
+    (home-page "https://gitlab.redox-os.org/redox-os/termion";)
+    (synopsis "Library for manipulating terminals")
+    (description
+     "This package provides a bindless library for manipulating terminals.")
+    (properties '((hidden? . #t)))
+    (license license:expat)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]