unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71910] [PATCH] gnu: Add emacs-eshell-git-prompt.
@ 2024-07-03  5:02 Thanos Apollo
  2024-07-07  6:17 ` bug#71910: " Liliana Marie Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: Thanos Apollo @ 2024-07-03  5:02 UTC (permalink / raw)
  To: 71910
  Cc: Thanos Apollo, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

gnu/packages/emacs-xyz.scm (emacs-eshell-git-prompt): New variable.

Change-Id: If3e7f918708d9b57295b368f5d7c5fc7b18d73cf
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 76cd340e5e..c82e264930 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35182,6 +35182,28 @@ (define-public emacs-eshell-did-you-mean
 commands that bear resemblance to the input command.")
     (license license:gpl3+)))
 
+(define-public emacs-eshell-git-prompt
+  (let ((commit "dfcf9cd93add6763e2c46603b0323274d4c22906"))
+    (package
+      (name "emacs-eshell-git-prompt")
+      (version "0.1.3")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/xuchunyang/eshell-git-prompt")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "13b7nr0819pgzyvh0szi0zjyazgpxmsbqcz65cccyhh2pq48zb7j"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       (list emacs-dash))
+      (home-page "https://github.com/xuchunyang/eshell-git-prompt")
+      (synopsis "Themes for Emacs Shell (Eshell) prompt.")
+      (description "This package provides a variety of themes for Emacs Shell (Eshell) prompt.")
+      (license license:gpl3+))))
+
 (define-public emacs-unfill
   (package
     (name "emacs-unfill")

base-commit: 972c06dc79641864b05590b2cd905cc8b810062b
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#71910: [PATCH] gnu: Add emacs-eshell-git-prompt.
  2024-07-03  5:02 [bug#71910] [PATCH] gnu: Add emacs-eshell-git-prompt Thanos Apollo
@ 2024-07-07  6:17 ` Liliana Marie Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2024-07-07  6:17 UTC (permalink / raw)
  To: Thanos Apollo, 71910-done; +Cc: Katherine Cox-Buday, Andrew Tropin

Am Mittwoch, dem 03.07.2024 um 08:02 +0300 schrieb Thanos Apollo:
> gnu/packages/emacs-xyz.scm (emacs-eshell-git-prompt): New variable.
> 
> Change-Id: If3e7f918708d9b57295b368f5d7c5fc7b18d73cf
> ---
Pushed as fee360f85384fb06f7d0c46891126b1f85c9c740.

Cheers




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-07  6:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-03  5:02 [bug#71910] [PATCH] gnu: Add emacs-eshell-git-prompt Thanos Apollo
2024-07-07  6:17 ` bug#71910: " Liliana Marie Prikler

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