From 6695c286ef661924f8c666f645be4830dfaff70f Mon Sep 17 00:00:00 2001 From: Christopher Howard 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 ;;; Copyright © 2021 Alexander Krotov ;;; Copyright © 2020 Hartmut Goebel +;;; Copyright © 2021 Christopher Howard ;;; ;;; 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