guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#62284] [PATCH 69/70] gnu: Add go-github-com-chai2010-webp.


From: conses
Subject: [bug#62284] [PATCH 69/70] gnu: Add go-github-com-chai2010-webp.
Date: Mon, 20 Mar 2023 00:51:23 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

* 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]