unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Christopher Howard <christopher@librehacker.com>
To: 50439@debbugs.gnu.org
Subject: [bug#50439] [PATCH] gnu: Add av-98
Date: Mon, 06 Sep 2021 11:48:45 -0800	[thread overview]
Message-ID: <dd82ee9e894379ad779fdf94d9b3c249acb16cbd.camel@librehacker.com> (raw)

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

This patch adds `av-98`, a command-line Gemini browser.

-- 
Christopher Howard
Gemini capsule: gemini://gem.librehacker.com
Web version: https://proxy.vulpes.one/gemini/gem.librehacker.com


[-- Attachment #2: 0001-gnu-Add-av-98.patch --]
[-- Type: text/x-patch, Size: 1549 bytes --]

From 6695c286ef661924f8c666f645be4830dfaff70f Mon Sep 17 00:00:00 2001
From: Christopher Howard <christopher@librehacker.com>
Date: Mon, 6 Sep 2021 11:42:09 -0800
Subject: [PATCH] gnu: Add av-98

* gnu/packages/web-browsers.scm (av-98): New variable.
---
 gnu/packages/web-browsers.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index be4fa61a37..f7faeab89f 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -19,6 +19,7 @@
 ;;; Copyright © 2021 Benoit Joly <benoit@benoitj.ca>
 ;;; Copyright © 2021 Alexander Krotov <krotov@iitp.ru>
 ;;; Copyright © 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
+;;; Copyright © 2021 Christopher Howard <christopher@librehacker.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -903,3 +904,21 @@ interface.")
     (synopsis "Gemini client with a terminal interface")
     (description "Telescope is a w3m-like browser for Gemini.")
     (license license:x11)))
+
+(define-public av-98
+  (package
+    (name "av-98")
+    (version "1.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "AV-98" version))
+       (sha256
+        (base32
+         "02fjnc2rvm010gb3i07p8r4xlhrmnv1wca1qymfjcymr7vm68h0i"))))
+    (build-system python-build-system)
+    (home-page
+     "https://tildegit.org/solderpunk/AV-98/")
+    (synopsis "Command line Gemini client")
+    (description "Command line Gemini client.")
+    (license license:bsd-2)))
-- 
2.33.0


             reply	other threads:[~2021-09-06 19:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-06 19:48 Christopher Howard [this message]
2021-09-08 18:50 ` [bug#50439] [PATCH] gnu: Add av-98 Xinglu Chen
2021-09-08 20:07   ` Christopher Howard
2021-09-10 13:14   ` Christopher Howard
2021-09-14 15:36     ` Xinglu Chen
2021-09-14 21:53       ` bug#50439: " Liliana Marie Prikler

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=dd82ee9e894379ad779fdf94d9b3c249acb16cbd.camel@librehacker.com \
    --to=christopher@librehacker.com \
    --cc=50439@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 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).