GNU bug report logs - #59356
[PATCH 0/5] gnu: Add go-github-com-makeworld-the-better-one-gemget.

Previous Next

Package: guix-patches;

Reported by: Adam Faiz <adam.faiz <at> disroot.org>

Date: Fri, 18 Nov 2022 11:45:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Adam Faiz <adam.faiz <at> disroot.org>
To: 59356 <at> debbugs.gnu.org
Subject: [bug#59356] [PATCH 3/5] gnu: Add go-github-com-makeworld-the-better-one-gemget.
Date: Fri, 18 Nov 2022 19:53:16 +0800
From 55e469d785c75f85898ce2f413ff5e61b89e1354 Mon Sep 17 00:00:00 2001
From: AwesomeAdam54321 <adam.faiz <at> disroot.org>
Date: Fri, 18 Nov 2022 09:15:48 +0800
Subject: [PATCH] gnu: Add
 go-github-com-makeworld-the-better-one-go-gemini.

* gnu/packages/golang.scm 
(go-github-com-makeworld-the-better-one-go-gemini): New variable.
---
 gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index c988b50574..97c73abd9f 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8009,6 +8009,32 @@ (define-public go-gopkg-in-warnings
 errors (warnings).")
     (license license:bsd-2)))

+(define-public go-github-com-makeworld-the-better-one-go-gemini
+  (package
+    (name "go-github-com-makeworld-the-better-one-go-gemini")
+    (version "0.13.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/makeworld-the-better-one/go-gemini")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0vywbn8sh2spqa35zpk9jkkqaipm915nfb9l1v78pjfman61m6v0"))))
+    (build-system go-build-system)
+    (inputs
+     (list go-github-com-google-go-cmp-cmp
+           go-golang-org-x-net go-golang-org-x-text))
+    (arguments
+     (list #:import-path "github.com/makeworld-the-better-one/go-gemini"))
+    (synopsis "Client library for the Gemini protocol, in Go")
+    (description
+     "go-gemini is a library that provides an easy interface to create 
clients
+that speak the Gemini protocol.")
+    (home-page "https://github.com/makeworld-the-better-one/go-gemini")
+    (license license:isc)))
+
 (define-public go-github-com-go-git-gcfg
   (package
     (name "go-github-com-go-git-gcfg")
-- 
2.38.0




This bug report was last modified 1 year and 45 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.