GNU bug report logs - #66665
[PATCH] gnu: Add clifm.

Previous Next

Package: guix-patches;

Reported by: Rodion Goritskov <rodion.goritskov <at> gmail.com>

Date: Sat, 21 Oct 2023 13:48:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #13 received at 66665-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Rodion Goritskov <rodion.goritskov <at> gmail.com>
Cc: 66665-done <at> debbugs.gnu.org
Subject: Re: [bug#66665] [PATCH v2] gnu: Add clifm.
Date: Wed, 22 Nov 2023 15:58:35 +0100
[Message part 1 (text/plain, inline)]
Rodion Goritskov <rodion.goritskov <at> gmail.com> skribis:

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

Hi!  Applied with the changes below, thanks!

Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/local.mk b/gnu/local.mk
index fcd9024ce3..fc2662e479 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -177,6 +177,7 @@ GNU_SYSTEM_MODULES =				\
   %D%/packages/chromium.scm			\
   %D%/packages/ci.scm				\
   %D%/packages/cinnamon.scm			\
+  %D%/packages/clifm.scm			\
   %D%/packages/clojure.scm			\
   %D%/packages/cluster.scm			\
   %D%/packages/cmake.scm			\
diff --git a/gnu/packages/clifm.scm b/gnu/packages/clifm.scm
index 091a9298a9..92d14f1072 100644
--- a/gnu/packages/clifm.scm
+++ b/gnu/packages/clifm.scm
@@ -52,7 +52,11 @@ (define-public clifm
                   (delete 'check))))
     (inputs (list readline acl libcap))
     (home-page "https://github.com/leo-arch/clifm")
-    (synopsis "Command line file manager")
-    (description "Shell-like, text-based terminal file
-manager that sits on the command line.")
-    (license license:gpl2)))
+    (synopsis "Command-line file manager")
+    (description "Clifm a shell-like, text-based terminal file manager that
+sits on the command line.
+
+It is built with command line principles in mind: instead of navigating
+through a big menu of files, it lets you type, exactly as you do in your
+regular shell, but easier and faster.")
+    (license license:gpl2+)))

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

Previous Next


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