all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52327] [PATCH] gnu: Add vivid.
@ 2021-12-06 10:23 jgart via Guix-patches via
  2021-12-11 14:47 ` bug#52327: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2021-12-06 10:23 UTC (permalink / raw)
  To: 52327; +Cc: jgart

Hi Guixers,

Here is vivid, a fancy LS_COLORS manager.

all best,

jgart

* gnu/packages/rust-apps.scm (vivid): New variable.
---
 gnu/packages/rust-apps.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 5ec42201ce..7155be5306 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -809,6 +809,31 @@ (define-public rust-cbindgen-0.12
          (base32
           "13jzbmjz1bmmfr0i80hw6ar484mgabx3hbpb2ynhk0ddqi0yr58m"))))))
 
+(define-public vivid
+  (package
+    (name "vivid")
+    (version "0.7.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "vivid" version))
+        (file-name (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32 "01fds6dm19bqgqydaa6n051v9l4wh9rb5d6sr9akwp2cc0fs43b7"))))
+    (build-system cargo-build-system)
+    (arguments
+      `(#:cargo-inputs
+        (("rust-ansi-colours" ,rust-ansi-colours-1)
+         ("rust-clap" ,rust-clap-2)
+         ("rust-dirs" ,rust-dirs-3)
+         ("rust-lazy-static" ,rust-lazy-static-1)
+         ("rust-rust-embed" ,rust-rust-embed-5)
+         ("rust-yaml-rust" ,rust-yaml-rust-0.4))))
+    (home-page "https://github.com/sharkdp/vivid")
+    (synopsis "LS_COLORS manager")
+    (description "@code{LS_COLORS} manager with multiple themes")
+    (license (list license:expat license:asl2.0))))
+
 (define-public sniffglue
   (package
     (name "sniffglue")
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52327: [PATCH] gnu: Add vivid.
  2021-12-06 10:23 [bug#52327] [PATCH] gnu: Add vivid jgart via Guix-patches via
@ 2021-12-11 14:47 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-12-11 14:47 UTC (permalink / raw)
  To: jgart via Guix-patches via; +Cc: 52327-done, jgart

Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:
>
> Here is vivid, a fancy LS_COLORS manager.

Thank you.

I fixed indentation, vastly expounded description, and moved the
definition to its somewhat alphabetical order location.

Applied.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-11 14:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-06 10:23 [bug#52327] [PATCH] gnu: Add vivid jgart via Guix-patches via
2021-12-11 14:47 ` bug#52327: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.