sharlatan pushed a commit to branch master
in repository guix.

commit f9e9c6fac0d27e711c136649458a1190b2598290
Author: Adam Faiz <adam.f...@disroot.org>
AuthorDate: Fri Nov 18 19:53:16 2022 +0800

    gnu: Add go-github-com-makeworld-the-better-one-gemget.
    
    * gnu/packages/golang-web.scm 
(go-github-com-makeworld-the-better-one-go-gemini): New variable.
    
    Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com>
    Change-Id: I904e72a2335ea95b5b7f192453da5367bbdf645e
---
 gnu/packages/golang-web.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index e4db17b4dc..33b0cd3627 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1363,6 +1363,34 @@ jsoniter and variable type declarations (if any).  
jsoniter interfaces gives
 router.")
     (license license:bsd-3)))
 
+(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.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/makew0rld/go-gemini";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "196rxfg7w8s3zn87gra1mxh1l8iav6kdmg909gkbnc9cxip65zc0"))))
+    (build-system go-build-system)
+    (propagated-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"))
+    (home-page "https://github.com/makew0rld/go-gemini";)
+    (synopsis "Client/server library for the Gemini protocol, in Go")
+    (description
+     "@code{go-gemini} is a library that provides an easy interface to create
+clients that speak the Gemini protocol.")
+    (license license:isc)))
+
 (define-public go-github-com-microcosm-cc-bluemonday
   (package
     (name "go-github-com-microcosm-cc-bluemonday")

Reply via email to