guix-patches
[Top][All Lists]
Advanced

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

bug#66665: [PATCH v2] gnu: Add clifm.


From: Ludovic Courtès
Subject: bug#66665: [PATCH v2] gnu: Add clifm.
Date: Wed, 22 Nov 2023 15:58:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Rodion Goritskov <rodion.goritskov@gmail.com> skribis:

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

Hi!  Applied with the changes below, thanks!

Ludo’.

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+)))

reply via email to

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