GNU bug report logs - #66603
[PATCH 00/29] Add miller.

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Wed, 18 Oct 2023 09:37:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #17 received at 66603 <at> debbugs.gnu.org (full text, mbox):

From: Wilko Meyer <w <at> wmeyer.eu>
To: 66603 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>
Subject: [PATCH 05/29] gnu: Add go-github-com-johnkerl-lumin-colors.
Date: Wed, 18 Oct 2023 11:38:03 +0200
* gnu/packages/golang.scm (go-github-com-johnkerl-lumin-colors): New variable.
---
 gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index d0caed8d41..178599c7fc 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6196,6 +6196,32 @@ (define-public go-gitlab-com-ambrevar-damerau
 similar word.")
       (license license:expat))))
 
+(define-public go-github-com-johnkerl-lumin-colors
+  (package
+    (name "go-github-com-johnkerl-lumin-colors")
+    (version "1.0.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/johnkerl/lumin")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1liv27pxi79q4yr1bd0wgsx31ixw53ipsgs2kp0asxj2d6z4hpiz"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/johnkerl/lumin/pkg/colors"
+      #:unpack-path "github.com/johnkerl/lumin"))
+    (home-page "https://github.com/johnkerl/lumin")
+    (synopsis "lumin")
+    (description
+     "@@code{lumin} is a simple command-line program which highlights matches to a
+specified pattern (string or regex) in the specified files.  This is like
+@@code{grep} with @@code{--color}, except that @@code{lumin} shows all lines,
+not just matching lines.")
+    (license license:bsd-2)))
 (define-public misspell
   (package
     (name "misspell")
-- 
2.41.0





This bug report was last modified 1 year and 41 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.