emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#36606: closed ([PATCH] gnu: Add emacs-elpher.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36606: closed ([PATCH] gnu: Add emacs-elpher.)
Date: Sun, 14 Jul 2019 14:59:02 +0000

Your message dated Sun, 14 Jul 2019 20:28:22 +0530
with message-id <address@hidden>
and subject line Re: [bug#36606] [PATCH] gnu: Add emacs-elpher.
has caused the debbugs.gnu.org bug report #36606,
regarding [PATCH] gnu: Add emacs-elpher.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
36606: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36606
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-elpher. Date: Fri, 12 Jul 2019 02:04:59 +0530
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#36606] [PATCH] gnu: Add emacs-elpher. Date: Sun, 14 Jul 2019 20:28:22 +0530
Thanks for the review! Pushed to master!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]