[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/37: gnu: Add go-github-com-hhrutter-lzw.
From: |
guix-commits |
Subject: |
15/37: gnu: Add go-github-com-hhrutter-lzw. |
Date: |
Wed, 6 Mar 2024 18:46:19 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 1583fe7e24b6e1a48f7525b338e96cecd5813a3a
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Sun Mar 3 21:54:37 2024 +0100
gnu: Add go-github-com-hhrutter-lzw.
* gnu/packages/golang-compression.scm (go-github-com-hhrutter-lzw): New
variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/golang-compression.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang-compression.scm
b/gnu/packages/golang-compression.scm
index 568fdd12b9..031ff54f8a 100644
--- a/gnu/packages/golang-compression.scm
+++ b/gnu/packages/golang-compression.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2022 Sharlatan Hellseher <sharlatanus@gmail.com>
+;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -84,6 +85,30 @@ the @code{c2go} tool at
compression format.")
(license license:bsd-3)))
+(define-public go-github-com-hhrutter-lzw
+ (package
+ (name "go-github-com-hhrutter-lzw")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/hhrutter/lzw")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1n13qhf8ih08jzm10wprdvjy56ylmy6fhakyqrddm6nszf397wch"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/hhrutter/lzw"))
+ (home-page "https://github.com/hhrutter/lzw")
+ (synopsis "Extended version of @code{compress/lzw}")
+ (description
+ "This package provides an enhanced version of the @code{compress/lzw}
+library included in the stdlib, and supports GIF, TIFF and PDF.")
+ (license license:bsd-3)))
+
(define-public go-github-com-klauspost-compress
(package
(name "go-github-com-klauspost-compress")
- 10/37: gnu: go-github-com-cheggaaa-pb-v3: Remove unnecessary inputs., (continued)
- 10/37: gnu: go-github-com-cheggaaa-pb-v3: Remove unnecessary inputs., guix-commits, 2024/03/06
- 16/37: gnu: Add go-github-com-hhrutter-tiff., guix-commits, 2024/03/06
- 28/37: gnu: Add go-github-com-hashicorp-errwrap., guix-commits, 2024/03/06
- 29/37: gnu: Add go-github-com-hashicorp-go-multierror., guix-commits, 2024/03/06
- 32/37: gnu: go-github-com-spf13-viper: Remove input labels., guix-commits, 2024/03/06
- 37/37: gnu: go-github-com-hashicorp-hcl-v2: Move to golang-xyz., guix-commits, 2024/03/06
- 36/37: gnu: go-github-com-hashicorp-hcl: Move to golang-xyz., guix-commits, 2024/03/06
- 35/37: gnu: go-github-com-hashicorp-go-version: Fix indentation., guix-commits, 2024/03/06
- 11/37: gnu: go-github-com-vividcortex-ewma: Update description., guix-commits, 2024/03/06
- 05/37: gnu: go-github-com-shirou-gopsutil: Update to 2.21.11., guix-commits, 2024/03/06
- 15/37: gnu: Add go-github-com-hhrutter-lzw.,
guix-commits <=
- 17/37: gnu: go-github.com-ulikunitz-xz: Adjust name., guix-commits, 2024/03/06
- 33/37: gnu: go-github-com-hashicorp-go-version: Move to golang-xyz., guix-commits, 2024/03/06
- 31/37: gnu: go-github-com-hashicorp-go-uuid: Move to golang-xyz., guix-commits, 2024/03/06