emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#39454: closed ([PATCH] gnu: Add rust-lscolors.)


From: GNU bug Tracking System
Subject: bug#39454: closed ([PATCH] gnu: Add rust-lscolors.)
Date: Sat, 08 Feb 2020 19:28:02 +0000

Your message dated Sat, 8 Feb 2020 21:26:57 +0200
with message-id <20200208192657.GB7230@E5400>
and subject line Re: [bug#39454] [PATCH] gnu: Add rust-lscolors.
has caused the debbugs.gnu.org bug report #39454,
regarding [PATCH] gnu: Add rust-lscolors.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39454: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39454
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add rust-lscolors. Date: Thu, 6 Feb 2020 17:29:44 +0100
* gnu/packages/crates-io.scm (rust-lscolors-0.6): New variable.
---
 gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a48d614df5..0c6a51f233 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -6087,6 +6087,31 @@ functions and static variables these libraries contain.")
     (description "Model checker for concurrent code.")
     (license license:expat)))
 
+(define-public rust-lscolors-0.6
+  (package
+    (name "rust-lscolors")
+    (version "0.6.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "lscolors" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0jxsgkn378kxkiqdshdjdclw5wwp2xaz45cqd3yw85fhn8a38fza"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-ansi-term" ,rust-ansi-term-0.12))))
+    (home-page "https://github.com/sharkdp/lscolors";)
+    (synopsis "A cross-platform library for colorizing paths")
+    (description
+      "A cross-platform library for colorizing paths according to
+the LS_COLORS environment variable (like ls).")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-lzma-sys-0.1
   (package
     (name "rust-lzma-sys")
-- 
2.25.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#39454] [PATCH] gnu: Add rust-lscolors. Date: Sat, 8 Feb 2020 21:26:57 +0200
closed as requested


-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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