unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59933] gnu: Add go-git-sr-ht-adnano-go-gemini
@ 2022-12-09 21:50 Christopher Howard
  2023-04-23 15:10 ` bug#59933: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Howard @ 2022-12-09 21:50 UTC (permalink / raw)
  To: 59933

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

This patch adds go-git-sr-ht-adnano-go-gemini to golang.scm.

The importer gave "go-git-sr-ht--adnano-go-gemini", but a single dash seems to be the convention for similar definitions in golang.scm.

-- 
📛 Christopher Howard
🚀 gemini://gem.librehacker.com
🌐 http://gem.librehacker.com

בראשית ברא אלהים את השמים ואת הארץ

[-- Attachment #2: 0001-gnu-Add-go-git-sr-ht-adnano-go-gemini.patch --]
[-- Type: text/plain, Size: 2085 bytes --]

From 40a775b7c04d4ea69717be0f064d18f17eb51885 Mon Sep 17 00:00:00 2001
From: Christopher Howard <christopher@librehacker.com>
Date: Tue, 6 Dec 2022 12:42:24 -0900
Subject: [PATCH] gnu: Add go-git-sr-ht-adnano-go-gemini.

* gnu/packages/golang.scm (go-git-sr-ht-adnano-go-gemini):
  New variable
---
 gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 70ddef52f1..3013e158d6 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -38,6 +38,7 @@
 ;;; Copyright © 2022 Dhruvin Gandhi <contact@dhruvin.dev>
 ;;; Copyright © 2022 Nicolas Graves <ngraves@ngraves.fr>
 ;;; Copyright © 2022 ( <paren@disroot.org>
+;;; Copyright © 2022 Christopher Howard <christopher@librehacker.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -9599,6 +9600,30 @@ (define-public go-github-com-pborman-getopt
 programs that use traditional command lines.")
     (license license:bsd-3)))
 
+(define-public go-git-sr-ht-adnano-go-gemini
+  (package
+    (name "go-git-sr-ht-adnano-go-gemini")
+    (version "0.2.3")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://git.sr.ht/~adnano/go-gemini")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0mv4x4cfwyhh77wfb3r221bhr84x4nmjpgysnvvjgmbnnafsgfns"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "git.sr.ht/~adnano/go-gemini"))
+    (propagated-inputs `(("go-golang-org-x-net" ,go-golang-org-x-net)
+                         ("go-golang-org-x-text" ,go-golang-org-x-text)))
+    (home-page "https://git.sr.ht/~adnano/go-gemini")
+    (synopsis "go-gemini")
+    (description
+     "Package gemini provides Gemini client and server implementations.")
+    (license license:expat)))
+
 (define-public go-git-sr-ht-sircmpwn-getopt
   (package
     (name "go-git-sr-ht-sircmpwn-getopt")
-- 
2.38.1


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

* bug#59933: gnu: Add go-git-sr-ht-adnano-go-gemini
  2022-12-09 21:50 [bug#59933] gnu: Add go-git-sr-ht-adnano-go-gemini Christopher Howard
@ 2023-04-23 15:10 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-23 15:10 UTC (permalink / raw)
  To: Christopher Howard; +Cc: 59933-done

Hello,

Christopher Howard <christopher@librehacker.com> writes:

> This patch adds go-git-sr-ht-adnano-go-gemini to golang.scm.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2023-04-23 17:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-09 21:50 [bug#59933] gnu: Add go-git-sr-ht-adnano-go-gemini Christopher Howard
2023-04-23 15:10 ` bug#59933: " Nicolas Goaziou

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