GNU bug report logs -
#62284
[PATCH 00/70] gnu: Add mautrix-whatsapp.
Previous Next
Reported by: conses <contact <at> conses.eu>
Date: Sun, 19 Mar 2023 23:26:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #212 received at 62284 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-chai2010-webp): New variable.
---
gnu/packages/golang.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 9c98d9c0d0..d7b50eb0e2 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5957,6 +5957,28 @@ (define-public go-github-com-whyrusleeping-tar-utils
(description "Tar utilities extracted from @command{go-ipfs} codebase.")
(license license:expat))))
+(define-public go-github-com-chai2010-webp
+ (package
+ (name "go-github-com-chai2010-webp")
+ (version "1.1.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/chai2010/webp")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1103iah700q9id04hz37nxbpb25qz13g1ia2r6gdffc3vh2w3riv"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/chai2010/webp"))
+ (home-page "https://github.com/chai2010/webp")
+ (synopsis "WebP decoder and encoder for Go")
+ (description "This package provides a WebP decoder and encoder for Go with
+zero dependencies.")
+ (license license:bsd-3)))
+
(define-public go-github-com-cheekybits-is
(let ((commit "68e9c0620927fb5427fda3708222d0edee89eae9")
(revision "0"))
--
2.39.1
--
Best regards,
conses
This bug report was last modified 98 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.