all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69243] [PATCH] gnu: Add go-github-com-orisano-pixelmatch.
@ 2024-02-15 22:48 Troy Figiel
  2024-02-19 23:44 ` bug#69243: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Troy Figiel @ 2024-02-15 22:48 UTC (permalink / raw)
  To: 69243

* gnu/packages/golang-xyz.scm (go-github-com-orisano-pixelmatch): New variable.
---
 gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 50beb0dffe..2eec59fca3 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -709,6 +709,31 @@ (define-public go-github-com-nsqio-go-nsq
 NSQ protocol @url{https://nsq.io/}.")
     (license license:expat)))
 
+(define-public go-github-com-orisano-pixelmatch
+  (package
+    (name "go-github-com-orisano-pixelmatch")
+    (version "0.0.0-20230914042517-fa304d1dc785")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/orisano/pixelmatch")
+             (commit (go-version->git-ref version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1lplxfif5mfqnd0jjph2vd25c3bpr3idfs2axh8z0ib0zdkwca32"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/orisano/pixelmatch"))
+    (home-page "https://github.com/orisano/pixelmatch")
+    (synopsis "Pixelmatch port to Go")
+    (description
+     "This package provides a port of Pixelmatch, a pixel-level image
+comparison library, to Go.  Both a library and a command-line tool are
+included in this package.")
+    (license license:expat)))
+
 (define-public go-github-com-prometheus-client-model
   (let ((commit "14fe0d1b01d4d5fc031dd4bec1823bd3ebbe8016")
         (revision "2"))

base-commit: 3e2334d9457c4bd9ccd9c720de2cf298f0c8f122
-- 
2.42.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69243: [PATCH] gnu: Add go-github-com-orisano-pixelmatch.
  2024-02-15 22:48 [bug#69243] [PATCH] gnu: Add go-github-com-orisano-pixelmatch Troy Figiel
@ 2024-02-19 23:44 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-02-19 23:44 UTC (permalink / raw)
  To: 69243-done

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]


Hi,

Pushed as d1a5af5adb11faf8dc8ee03fb75ee289867516d0 to master.

--
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-19 23:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-15 22:48 [bug#69243] [PATCH] gnu: Add go-github-com-orisano-pixelmatch Troy Figiel
2024-02-19 23:44 ` bug#69243: " Sharlatan Hellseher

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.