unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#36606] [PATCH] gnu: Add emacs-elpher.
@ 2019-07-11 20:34 Arun Isaac
  2019-07-13 12:49 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2019-07-11 20:34 UTC (permalink / raw)
  To: 36606

* gnu/packages/emacs-xyz.scm (emacs-elpher): New variable.
---
 gnu/packages/emacs-xyz.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2d9f271cc8..78bd630ecf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16481,3 +16481,37 @@ it forcibly
 @item Dedicated window for debugging program.
 @end enumerate")
       (license license:gpl3+))))
+
+(define-public emacs-elpher
+  (package
+    (name "emacs-elpher")
+    (version "1.4.6")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/tgvaughan/elpher")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "07xansmhn4l0b9ghzf56vyx8cqg0q01aq3pz5ikx2i19v5f0rc66"))))
+    (build-system emacs-build-system)
+    (native-inputs
+     `(("texinfo" ,texinfo)))
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-before 'install 'build-doc
+           (lambda _
+             (invoke "makeinfo" "elpher.texi"))))))
+    (home-page "https://github.com/tgvaughan/elpher")
+    (synopsis "Gopher client for Emacs")
+    (description "Elpher is a full-featured gopher client for Emacs.  Its
+features include intuitive keyboard and mouse-driven browsing, out-of-the-box
+compatibility with evil-mode, clickable web and gopher links in plain text,
+caching of visited sites, pleasant and configurable visualization of Gopher
+directories, direct visualisation of image files, jumping directly to links by
+name (with autocompletion), a simple bookmark management system and
+connections using TLS encryption.")
+    (license license:gpl3+)))
-- 
2.22.0

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

* [bug#36606] [PATCH] gnu: Add emacs-elpher.
  2019-07-11 20:34 [bug#36606] [PATCH] gnu: Add emacs-elpher Arun Isaac
@ 2019-07-13 12:49 ` Ludovic Courtès
  2019-07-14 14:58   ` bug#36606: " Arun Isaac
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2019-07-13 12:49 UTC (permalink / raw)
  To: Arun Isaac; +Cc: 36606

Hello,

Arun Isaac <arunisaac@systemreboot.net> skribis:

> * gnu/packages/emacs-xyz.scm (emacs-elpher): New variable.

Nice package.  :-)  LGTM!

Ludo’.

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

* bug#36606: [PATCH] gnu: Add emacs-elpher.
  2019-07-13 12:49 ` Ludovic Courtès
@ 2019-07-14 14:58   ` Arun Isaac
  0 siblings, 0 replies; 3+ messages in thread
From: Arun Isaac @ 2019-07-14 14:58 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 36606-done

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


Thanks for the review! Pushed to master!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

end of thread, other threads:[~2019-07-14 14:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-11 20:34 [bug#36606] [PATCH] gnu: Add emacs-elpher Arun Isaac
2019-07-13 12:49 ` Ludovic Courtès
2019-07-14 14:58   ` bug#36606: " Arun Isaac

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