all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Rodion Goritskov <rodion.goritskov@gmail.com>
Cc: 66665-done@debbugs.gnu.org
Subject: bug#66665: [PATCH v2] gnu: Add clifm.
Date: Wed, 22 Nov 2023 15:58:35 +0100	[thread overview]
Message-ID: <8734wxltr8.fsf@gnu.org> (raw)
In-Reply-To: <6e21677f082e295034771d944ef67133099c7481.1699989741.git.rodion.goritskov@gmail.com> (Rodion Goritskov's message of "Tue, 14 Nov 2023 23:22:21 +0400")

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

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

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

Hi!  Applied with the changes below, thanks!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1247 bytes --]

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	other threads:[~2023-11-22 14:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-21  9:02 [bug#66665] [PATCH] gnu: Add clifm Rodion Goritskov
2023-11-14 19:22 ` [bug#66665] [PATCH v2] " Rodion Goritskov
2023-11-22 14:58   ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8734wxltr8.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=66665-done@debbugs.gnu.org \
    --cc=rodion.goritskov@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.