guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#72874] [PATCH 3/8] gnu: Add go-zgo-at-zstd.


From: gemmaro
Subject: [bug#72874] [PATCH 3/8] gnu: Add go-zgo-at-zstd.
Date: Fri, 30 Aug 2024 00:14:05 +0900

* gnu/packages/golang-xyz.scm (go-zgo-at-zstd): New variable.

Change-Id: Ib9662c07d532944eba9da2c7b62c81fae656846a
---
 gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index ccb6dbd374..220d556915 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6955,6 +6955,30 @@ (define-public go-zgo-at-termtext
 terminals.")
     (license license:expat)))
 
+(define-public go-zgo-at-zstd
+  (package
+    (name "go-zgo-at-zstd")
+    (version "0.0.0-20240827020003-f7ed9341ec67")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/arp242/zstd";)
+             (commit (go-version->git-ref version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0cfpj3fqpg0v36h07iwjfb3v61phla5hlqbinpvh3g8r7rljxqxm"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "zgo.at/zstd"))
+    (home-page "https://github.com/arp242/zstd";)
+    (synopsis "Extensions to Go's standard library")
+    (description
+     "Package @samp{zstd} is a collection of extensions to Go's standard
+library.")
+    (license license:expat)))
+
 ;;;
 ;;; Executables:
 ;;;
-- 
2.45.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]