guix-patches
[Top][All Lists]
Advanced

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

[bug#62284] [PATCH v2 32/71] gnu: Add go-github-com-skip2-go-qrcode.


From: Miguel Ángel Moreno
Subject: [bug#62284] [PATCH v2 32/71] gnu: Add go-github-com-skip2-go-qrcode.
Date: Sun, 11 Feb 2024 22:06:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

* gnu/packages/golang.scm (go-github-com-skip2-go-qrcode): New variable.

Change-Id: I045c561c59fc0d32d0ffb1d43580c19902e4008d
---
 gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 757424afea..8e6650cc51 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10941,6 +10941,32 @@ (define-public go-github-com-go-ini-ini
      (list #:import-path "github.com/go-ini/ini"))
     (propagated-inputs (list go-github-com-stretchr-testify))))
 
+(define-public go-github-com-skip2-go-qrcode
+  (let ((commit "da1b6568686e89143e94f980a98bc2dbd5537f13")
+        (revision "0"))
+    (package
+      (name "go-github-com-skip2-go-qrcode")
+      (version (git-version "0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri
+          (git-reference
+           (url "https://github.com/skip2/go-qrcode";)
+           (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0pghd6y2x8a5fqy4rjn4d8j5jcslb236naycdza5an7vyvinsgs9"))))
+      (build-system go-build-system)
+      (arguments
+       '(#:import-path "github.com/skip2/go-qrcode"
+         #:tests? #f))
+      (home-page "https://github.com/skip2/go-qrcode";)
+      (synopsis "QR Code encoder (Go)")
+      (description "Package @code{qrcode} implements a QR Code encoder. A QR 
Code is a matrix
+(two-dimensional) barcode. Arbitrary content may be encoded, with URLs being a 
popular choice.")
+      (license license:expat))))
+
 (define-public go-github-com-skratchdot-open-golang
   (let ((commit "79abb63cd66e41cb1473e26d11ebdcd68b04c8e5")
         (revision "0"))
-- 
2.41.0



-- 
Best regards,
Miguel Ángel Moreno

reply via email to

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