guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 2cdc7e23c189b230b4db210bcd9f06489e42ef66
Author: Arthur Rodrigues <[email protected]>
AuthorDate: Thu May 21 22:38:25 2026 -0300
gnu: Add go-github-com-sassoftware-go-rpmutils.
* gnu/packages/golang-compression.scm
(go-github-com-sassoftware-go-rpmutils): New variable.
Change-Id: I2ea6bf9f1a288dff3bdaa0749e914d172e3eda06
Relates-to: guix/guix!5417
Modified-by: Sharlatan Hellseher <[email protected]>
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/golang-compression.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/golang-compression.scm
b/gnu/packages/golang-compression.scm
index faa9b42592..bcdcb049c7 100644
--- a/gnu/packages/golang-compression.scm
+++ b/gnu/packages/golang-compression.scm
@@ -965,6 +965,40 @@ format's \"Extra Fields\". The intention is to eventually
support and provide
a low-level API for the majority of PKWARE's and Info-ZIP's extra fields.")
(license license:expat)))
+(define-public go-github-com-sassoftware-go-rpmutils
+ (package
+ (name "go-github-com-sassoftware-go-rpmutils")
+ (version "0.4.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sassoftware/go-rpmutils")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "06ymwjn6xvc4cpxcsh5achwgma4i075ikbzq8jm143m0pck4pmfi"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/sassoftware/go-rpmutils"))
+ (native-inputs
+ (list go-github-com-stretchr-testify
+ go-go-uber-org-goleak))
+ (propagated-inputs
+ (list go-github-com-datadog-zstd
+ go-github-com-klauspost-compress
+ go-github-com-protonmail-go-crypto
+ go-github-com-ulikunitz-xz
+ go-github-com-xi2-xz
+ go-golang-org-x-sys))
+ (home-page "https://github.com/sassoftware/go-rpmutils")
+ (synopsis "Parse RPM packages in Golang")
+ (description
+ "This package provides some Golang interfaces for handling RPM packages,
+such extracting RPM header and CPIO content.")
+ (license license:asl2.0)))
+
(define-public go-github-com-sorairolake-lzip-go
(package
(name "go-github-com-sorairolake-lzip-go")