unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72011] [PATCH] gnu: Add emacs-casual-info.
@ 2024-07-09 14:24 peter
  0 siblings, 0 replies; only message in thread
From: peter @ 2024-07-09 14:24 UTC (permalink / raw)
  To: 72011
  Cc: Peter Polidoro, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

From: Peter Polidoro <peter@polidoro.io>

* gnu/packages/emacs-xyz.scm (emacs-casual-info): New variable.

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ae588f4913..184348f3c0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33160,6 +33160,33 @@ (define-public emacs-casual-dired
      "Casual Dired is an opinionated Transient-based porcelain for Emacs Dired.")
     (license license:gpl3+)))
 
+(define-public emacs-casual-info
+  (package
+    (name "emacs-casual-info")
+    (version "1.3.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/kickingvegas/casual-info")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1a74njjp7vqvl4jnmrzqjpgpvgy66p11a47hx51mydyxayp4nwmr"))))
+    (build-system emacs-build-system)
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'unpack 'chdir
+            (lambda _ (chdir "lisp"))))))
+    (propagated-inputs (list emacs-casual-lib))
+    (home-page "https://github.com/kickingvegas/casual-info")
+    (synopsis "Transient-based porcelain for info reader")
+    (description
+     "Casual Info is an opinionated Transient-based porcelain for Emacs Info reader.")
+    (license license:gpl3+)))
+
 (define-public emacs-casual-lib
   (package
     (name "emacs-casual-lib")

base-commit: c6f4757ed2c78c63e642703805867caf5d0ab277
-- 
2.45.2





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-07-09 15:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-09 14:24 [bug#72011] [PATCH] gnu: Add emacs-casual-info peter

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