[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65958] [PATCH 17/33] gnu: Add go-github-com-klauspost-pgzip.
From: |
Edouard Klein |
Subject: |
[bug#65958] [PATCH 17/33] gnu: Add go-github-com-klauspost-pgzip. |
Date: |
Thu, 14 Sep 2023 09:09:24 +0200 |
* gnu/packages/golang.scm (go-github-com-klauspost-pgzip): 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 075f341b9b..f2924ae796 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -12015,6 +12015,31 @@ (define-public go-github-com-klauspost-compress
(description "@code{compress} provides various compression algorithms.")
(license license:bsd-3)))
+(define-public go-github-com-klauspost-pgzip
+ (package
+ (name "go-github-com-klauspost-pgzip")
+ (version "1.2.6")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/klauspost/pgzip")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1j29wr6nd9ncdbkjphyziv0h8p5s2mj222cgcfqxmzjnfn7623d8"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/klauspost/pgzip"))
+ (propagated-inputs
+ (list go-github-com-klauspost-compress))
+ (home-page "https://github.com/klauspost/pgzip")
+ (synopsis "pgzip")
+ (description
+ "Package pgzip implements reading and writing of gzip format compressed
files, as
+specified in @@url{https://rfc-editor.org/rfc/rfc1952.html,RFC 1952}.")
+ (license license:expat)))
+
(define-public go-github-com-oneofone-xxhash
(package
(name "go-github-com-oneofone-xxhash")
--
2.40.1
[bug#65949] [PATCH 18/33] gnu: Add go-github-com-fanliao-go-promise., Edouard Klein, 2023/09/14
[bug#65956] [PATCH 16/33] gnu: Add go-github-com-mdlayher-packet., Edouard Klein, 2023/09/14
[bug#65954] [PATCH 10/33] gnu: Add go-github-com-u-root-uio., Edouard Klein, 2023/09/14
[bug#65958] [PATCH 17/33] gnu: Add go-github-com-klauspost-pgzip.,
Edouard Klein <=
[bug#65959] [PATCH 20/33] gnu: go-golang-org-x-sys: Update to 0.12.0., Edouard Klein, 2023/09/14
[bug#65962] [PATCH 27/33] gnu: Add go-github-com-shurcool-go-importgraphutil., Edouard Klein, 2023/09/14
[bug#65965] [PATCH 28/33] gnu: Add go-github-com-inconshreveable-mousetrap., Edouard Klein, 2023/09/14
[bug#65960] [PATCH 25/33] gnu: Add go-github-com-neelance-astrewrite., Edouard Klein, 2023/09/14
[bug#65963] [PATCH 33/33] gnu: Add go-github-com-hugelgupf-p9-cmd-p9ufs., Edouard Klein, 2023/09/14