all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48017] [PATCH] - added 'telescope' gemini client with a terminal interface.
@ 2021-04-25 13:32 cage
  2021-06-12 21:17 ` bug#48017: " Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: cage @ 2021-04-25 13:32 UTC (permalink / raw)
  To: 48017

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





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

* bug#48017: [PATCH] - added 'telescope' gemini client with a terminal interface.
  2021-04-25 13:32 [bug#48017] [PATCH] - added 'telescope' gemini client with a terminal interface cage
@ 2021-06-12 21:17 ` Nicolas Goaziou
  2021-06-12 21:31   ` [bug#48017] " cage
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2021-06-12 21:17 UTC (permalink / raw)
  To: cage; +Cc: 48017-done

Hello,

cage <cage-dev@twistfold.it> writes:

> +(define-public telescope
> +  (package
> +    (name "telescope")
> +    (version "0.1.1")

Thank you. I updated it to 0.2, expounded the description into a full
sentence and applied your patch.

Regards,
-- 
Nicolas Goaziou




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

* [bug#48017] [PATCH] - added 'telescope' gemini client with a terminal interface.
  2021-06-12 21:17 ` bug#48017: " Nicolas Goaziou
@ 2021-06-12 21:31   ` cage
  0 siblings, 0 replies; 3+ messages in thread
From: cage @ 2021-06-12 21:31 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 48017-done, cage

On Sat, Jun 12, 2021 at 11:17:45PM +0200, Nicolas Goaziou wrote:

Hi!

[...]

> Thank you. I updated it to 0.2, expounded the description into a full
> sentence and applied your patch.

Thanks a lot!!
C.




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

end of thread, other threads:[~2021-06-12 21:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-25 13:32 [bug#48017] [PATCH] - added 'telescope' gemini client with a terminal interface cage
2021-06-12 21:17 ` bug#48017: " Nicolas Goaziou
2021-06-12 21:31   ` [bug#48017] " cage

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.