unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Xinglu Chen <public@yoctocell.xyz>
To: 47958@debbugs.gnu.org
Subject: [bug#47958] [PATCH] gnu: Add emacs-shell-command+.
Date: Thu, 22 Apr 2021 22:35:49 +0200	[thread overview]
Message-ID: <aa413f6fdabe31dc8ea94a5236edf759d9f929e0.1619123476.git.public@yoctocell.xyz> (raw)

* gnu/packages/emacs-xyz.scm (emacs-shell-command+): New variable.
---
I would prefer to avoid ELPA URLs because of issues with
reproducibility[1], but I wasn’t able to find any references to the
upstream Git repository.

[1]: https://yhetil.org/guix-bugs/1614603812.pcr83awkcn.jorsn@jorsn.eu

 gnu/packages/emacs-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c7cce1563d..d590bdd98f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26974,6 +26974,25 @@ Features:
 @end itemize\n")
     (license license:gpl3+)))
 
+(define-public emacs-shell-command+
+  (package
+    (name "emacs-shell-command+")
+    (version "2.1.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://elpa.gnu.org/packages/"
+                                  "shell-command+-" version ".tar"))
+              (sha256
+               (base32 "1jyrnv89989bi03m5h8dj0cllsw3rvyxkiyfrh9v6gpxjwfy8lmq"))))
+    (build-system emacs-build-system)
+    (home-page "http://elpa.gnu.org/packages/shell-command+.html")
+    (synopsis "An extended shell-command")
+    (description "@code{shell-command+} is a @code{shell-command} substitue,
+that extends the regular Emacs command with several features.  You can for
+example count all the lines in a buffer with @code{> wc -l}, or delete all
+lower case letters in the selected region with @code{| tr -d a-z}.")
+    (license license:gpl3+)))
+
 (define-public emacs-shell-pop
   (let ((commit "4b4394037940a890a313d715d203d9ead2d156a6")
         (revision "0"))

base-commit: 5a0098e152c8888d4eea86593765a8bf393de5c4
-- 
2.31.1






             reply	other threads:[~2021-04-22 20:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-22 20:35 Xinglu Chen [this message]
2021-04-23  9:12 ` bug#47958: [PATCH] gnu: Add emacs-shell-command+ Nicolas Goaziou

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=aa413f6fdabe31dc8ea94a5236edf759d9f929e0.1619123476.git.public@yoctocell.xyz \
    --to=public@yoctocell.xyz \
    --cc=47958@debbugs.gnu.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).