all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Howard <christopher@librehacker.com>
To: 59933@debbugs.gnu.org
Subject: [bug#59933] gnu: Add go-git-sr-ht-adnano-go-gemini
Date: Fri, 9 Dec 2022 12:50:27 -0900	[thread overview]
Message-ID: <Y5Oto1m6qlJR4Z1n@theoden> (raw)

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


             reply	other threads:[~2022-12-09 21:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-09 21:50 Christopher Howard [this message]
2023-04-23 15:10 ` bug#59933: gnu: Add go-git-sr-ht-adnano-go-gemini Nicolas Goaziou

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=Y5Oto1m6qlJR4Z1n@theoden \
    --to=christopher@librehacker.com \
    --cc=59933@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.