From: Christopher Howard <christopher@librehacker.com>
To: 63964@debbugs.gnu.org
Cc: christopher@librehacker.com
Subject: [bug#63964] [PATCH] gnu: Add kineto
Date: Wed, 19 Jul 2023 13:35:39 -0800 [thread overview]
Message-ID: <20230719213539.18271-1-christopher@librehacker.com> (raw)
In-Reply-To: <ZIJFps2QzuMP196f@theoden>
* gnu/packages/web.scm (kineto): New variable.
---
gnu/packages/web.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ad5ec0a..f8fd856 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -62,6 +62,7 @@
;;; Copyright © 2023 Paul A. Patience <paul@apatience.com>
;;; Copyright © 2022 Bruno Victal <mirai@makinata.eu>
;;; Copyright © 2023 David Thompson <dthompson2@worcester.edu>
+;;; Copyright © 2023 Christopher Howard <christopher@librehacker.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -8558,6 +8559,34 @@ (define-public vger
@command{stunnel} on @command{inetd}.")
(license license:bsd-2)))
+(define-public kineto
+ (package
+ (name "kineto")
+ (version "0.0.0-20211105093215-857f8c97ebc5")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.sr.ht/~sircmpwn/kineto")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1r17c904i76yy5ilvhjczmhnq5g7r4nkjwmsjcfxcqzly0ia7m2k"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "git.sr.ht/~sircmpwn/kineto/"))
+ (propagated-inputs
+ (list go-git-sr-ht-sircmpwn-getopt go-git-sr-ht-adnano-go-gemini))
+ (home-page "https://git.sr.ht/~sircmpwn/kineto/")
+ (synopsis "HTTP proxy for Gemini")
+ (description
+ "This is an @acronym{HTTP} to
+@url{https://gemini.circumlunar.space/,Gemini} proxy designed to provide
+service for a single domain, i.e. to make your Gemini site available over
+HTTP. It can proxy to any domain in order to facilitate linking to the rest
+of Geminispace, but it defaults to a specific domain.")
+ (license license:gpl3)))
+
(define-public libzim
(package
(name "libzim")
--
2.40.1
next prev parent reply other threads:[~2023-07-19 21:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-08 21:18 [bug#63964] [PATCH] gnu: Add kineto Christopher Howard
[not found] ` <handler.63964.B.168625914724345.ack@debbugs.gnu.org>
2023-06-10 17:04 ` [bug#63964] Acknowledgement ([PATCH] gnu: Add kineto.) Christopher Howard
2023-06-23 18:53 ` Christopher Howard
2023-07-06 20:31 ` [bug#63964] [PATCH] gnu: Add kineto christopher
2023-07-06 20:35 ` Christopher Howard
2023-07-06 21:34 ` Bruno Victal
2023-07-19 21:35 ` Christopher Howard [this message]
2023-08-07 14:03 ` bug#63964: " Ludovic Courtès
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=20230719213539.18271-1-christopher@librehacker.com \
--to=christopher@librehacker.com \
--cc=63964@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.