[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/32: gnu: Add go-github-com-orisano-pixelmatch.
From: |
guix-commits |
Subject: |
10/32: gnu: Add go-github-com-orisano-pixelmatch. |
Date: |
Mon, 19 Feb 2024 18:40:56 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit d1a5af5adb11faf8dc8ee03fb75ee289867516d0
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Thu Feb 15 23:48:16 2024 +0100
gnu: Add go-github-com-orisano-pixelmatch.
* gnu/packages/golang-xyz.scm (go-github-com-orisano-pixelmatch): New
variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
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 b0a5955405..9c741f6600 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -860,6 +860,31 @@ syslog, file and memory. Multiple backends can be
utilized with different log
levels per backend and logger.")
(license license:bsd-3)))
+(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"))
- 06/32: gnu: go-github-com-coreos-go-semver: Add missing input., (continued)
- 06/32: gnu: go-github-com-coreos-go-semver: Add missing input., guix-commits, 2024/02/19
- 03/32: gnu: go-github-com-mattn-go-colorable: Add missing input., guix-commits, 2024/02/19
- 04/32: gnu: go-github-com-mesilliac-pulse-simple: Remove examples., guix-commits, 2024/02/19
- 15/32: gnu: Add go-github-com-benbjohnson-clock., guix-commits, 2024/02/19
- 07/32: gnu: go-github-com-coreos-go-semver: Update to 0.3.1., guix-commits, 2024/02/19
- 09/32: gnu: go-golang-org-x-net-html: Add missing input., guix-commits, 2024/02/19
- 11/32: gnu: Add go-pixelmatch., guix-commits, 2024/02/19
- 14/32: gnu: Add go-github-com-golang-jwt-jwt-v5., guix-commits, 2024/02/19
- 17/32: gnu: go-github-com-alecthomas-chroma: Move to golang-xyz., guix-commits, 2024/02/19
- 19/32: gnu: go-github-com-alecthomas-chroma: Remove bundled files., guix-commits, 2024/02/19
- 10/32: gnu: Add go-github-com-orisano-pixelmatch.,
guix-commits <=
- 24/32: gnu: go-github-com-songmu-gitconfig: Fix build., guix-commits, 2024/02/19
- 18/32: gnu: go-github-com-alecthomas-chroma: Update to 0.10.0., guix-commits, 2024/02/19
- 20/32: gnu: Add go-github-com-alecthomas-chroma-v2., guix-commits, 2024/02/19
- 27/32: gnu: go-github-go-git: Remove labels., guix-commits, 2024/02/19
- 28/32: gnu: go-github-go-git: Adjust imports., guix-commits, 2024/02/19
- 23/32: gnu: go-github-com-songmu-gitconfig: Move to golang-xyz., guix-commits, 2024/02/19
- 12/32: gnu: Add go-github-com-coocood-freecache., guix-commits, 2024/02/19
- 16/32: gnu: Add go-github-com-dustin-gojson., guix-commits, 2024/02/19
- 22/32: gnu: go-github-com-alecthomas-assert-v2: Update to 2.5.0., guix-commits, 2024/02/19
- 26/32: gnu: ghq: Fix build., guix-commits, 2024/02/19