[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72189] [PATCH 2/7] gnu: Add go-github-com-xi2-xz.
From: |
Sharlatan Hellseher |
Subject: |
[bug#72189] [PATCH 2/7] gnu: Add go-github-com-xi2-xz. |
Date: |
Fri, 19 Jul 2024 20:57:27 +0100 |
* gnu/packages/golang-compression.scm (go-github-com-xi2-xz): New variable.
Change-Id: I794886d82f532a626599ca6f07a1ce7e694bea04
---
gnu/packages/golang-compression.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/golang-compression.scm
b/gnu/packages/golang-compression.scm
index a6c0410051..c4465f1bcd 100644
--- a/gnu/packages/golang-compression.scm
+++ b/gnu/packages/golang-compression.scm
@@ -331,6 +331,34 @@ (define-public go-github-com-ulikunitz-xz
any dependency on any C code.")
(license license:bsd-3)))
+(define-public go-github-com-xi2-xz
+ (package
+ (name "go-github-com-xi2-xz")
+ (version "0.0.0-20171230120015-48954b6210f8")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/xi2/xz")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "178r0fa2dpzxf0sabs7dn0c8fa7vs87zlxk6spkn374ls9pir7nq"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/xi2/xz"))
+ (home-page "https://github.com/xi2/xz")
+ (synopsis "Native Golang XZ decompression package")
+ (description
+ "This package implements a native XZ decompression in Golang.")
+ ;; This package is a modified version of XZ Embedded
+ ;; <http://tukaani.org/xz/embedded.html>: 0BSD
+ ;;
+ ;; The contents of the testdata directory are modified versions of the
+ ;; test files from XZ Utils <http://tukaani.org/xz/>: 0BSD
+ (license license:public-domain)))
+
;;;
;;; Executables:
;;;
--
2.41.0
- [bug#72189] [PATCH 0/7] Update and unbundle vale - part II, Sharlatan Hellseher, 2024/07/19
- bug#72191: [PATCH 0/7] Update and unbundle vale - part II, Sharlatan Hellseher, 2024/07/19
- [bug#72189] [PATCH 1/7] gnu: Add go-github-com-niklasfasching-go-org., Sharlatan Hellseher, 2024/07/19
- [bug#72189] [PATCH 6/7] gnu: go-github-com-mitchellh-mapstructure: Update to 1.5.0., Sharlatan Hellseher, 2024/07/19
- [bug#72189] [PATCH 5/7] gnu: go-github-com-spf13-viper: Disable tests., Sharlatan Hellseher, 2024/07/19
- [bug#72189] [PATCH 2/7] gnu: Add go-github-com-xi2-xz.,
Sharlatan Hellseher <=
- [bug#72189] [PATCH 3/7] gnu: Add go-github-com-mholt-archiver-v3., Sharlatan Hellseher, 2024/07/19
- [bug#72189] [PATCH 7/7] gnu: vale: Update to 3.4.2., Sharlatan Hellseher, 2024/07/19
- [bug#72189] [PATCH 4/7] gnu: go-github-com-jdkato-twine: Enable tests., Sharlatan Hellseher, 2024/07/19
- bug#72189: [PATCH 0/7] Update and unbundle vale - part II, Sharlatan Hellseher, 2024/07/22