GNU bug report logs - #46932
[PATCH] gnu: Add lr.

Previous Next

Package: guix-patches;

Reported by: Stefan Reichör <stefan <at> xsteve.at>

Date: Thu, 4 Mar 2021 21:00:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#46932: closed ([PATCH] gnu: Add lr.)
Date: Fri, 05 Mar 2021 16:25:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 05 Mar 2021 17:24:11 +0100
with message-id <87r1ktefh0.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#46932] [PATCH] gnu: Add lr.
has caused the debbugs.gnu.org bug report #46932,
regarding [PATCH] gnu: Add lr.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
46932: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46932
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Stefan Reichör <stefan <at> xsteve.at>
To: guix-patches <at> gnu.org
Cc: Stefan Reichör <stefan <at> xsteve.at>
Subject: [PATCH] gnu: Add lr.
Date: Thu,  4 Mar 2021 21:58:28 +0100
* gnu/packages/admin.scm (lr): New variable.
---
 gnu/packages/admin.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 2ca99774b8..75f4366fa0 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2130,6 +2130,33 @@ environment variable is set and output is to tty.")
     (home-page "http://mama.indstate.edu/users/ice/tree/")
     (license license:gpl2+)))
 
+(define-public lr
+  (package
+    (name "lr")
+    (version "1.5.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://git.vuxu.org/lr/")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1wv2acm4r5y5gg6f64v2hiwpg1f3lnr4fy1a9zssw77fmdc7ys3j"))))
+    (build-system gnu-build-system)
+    (home-page "https://git.vuxu.org/lr/about/")
+    (arguments
+     `(#:phases (modify-phases %standard-phases
+                  (delete 'configure))
+       #:tests? #f
+       #:make-flags (list (string-append "CC=" ,(cc-for-target))
+                          (string-append "PREFIX=" %output))))
+    (synopsis "Tool to generate customized file listings")
+    (description
+     "lr is a new tool for generating file listings, which includes the best
+features of ls(1), find(1), stat(1) and du(1).")
+    (license license:expat)))
+
 (define-public direvent
   (package
     (name "direvent")
-- 
2.25.1



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Stefan Reichör <stefan <at> xsteve.at>
Cc: 46932-done <at> debbugs.gnu.org
Subject: Re: [bug#46932] [PATCH] gnu: Add lr.
Date: Fri, 05 Mar 2021 17:24:11 +0100
Hello,

Stefan Reichör <stefan <at> xsteve.at> writes:

> * gnu/packages/admin.scm (lr): New variable.

Applied. I removed "new" from description.

Thank you.

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 4 years and 137 days ago.

Previous Next


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