all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: cage <cage-dev@twistfold.it>
To: 48017@debbugs.gnu.org
Subject: [bug#48017] [PATCH] - added 'telescope' gemini client with a terminal interface.
Date: Sun, 25 Apr 2021 15:32:27 +0200	[thread overview]
Message-ID: <YIVva04T5jA/inAI@kurosawa.casa.net> (raw)

---
 gnu/packages/web-browsers.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 50c3e69321..8e8895ae2e 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -907,3 +907,26 @@ http, and https via third-party applications.")
 interface.")
     (home-page "https://www.autistici.org/interzona/tinmop.html")
     (license license:gpl3+)))
+
+(define-public telescope
+  (package
+    (name "telescope")
+    (version "0.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/omar-polo/telescope/releases/download/0.1.1/telescope-"
+			   version
+			   ".tar.gz"))
+       (sha256 (base32 "04rzpjfldq10xkhcr6dfniwscxkjbrfkd8mbm3327xgq3n0qjbis"))))
+    (build-system gnu-build-system)
+    (inputs
+     `(("ncurses"   ,ncurses)
+       ("libressl"  ,libressl)
+       ("libevent"  ,libevent)))
+    (arguments
+     `(#:tests? #f))
+    (synopsis "Gemini client with a terminal interface")
+    (description "Gemini client with a terminal interface")
+    (home-page "https://git.omarpolo.com/telescope/about/")
+    (license license:x11)))
-- 
2.31.1





             reply	other threads:[~2021-04-25 13:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-25 13:32 cage [this message]
2021-06-12 21:17 ` bug#48017: [PATCH] - added 'telescope' gemini client with a terminal interface Nicolas Goaziou
2021-06-12 21:31   ` [bug#48017] " cage

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

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

  git send-email \
    --in-reply-to=YIVva04T5jA/inAI@kurosawa.casa.net \
    --to=cage-dev@twistfold.it \
    --cc=48017@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.