[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/38: gnu: Add go-github-com-mattn-go-sixel.
From: |
guix-commits |
Subject: |
04/38: gnu: Add go-github-com-mattn-go-sixel. |
Date: |
Sun, 28 Jul 2024 17:56:47 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 6b30312b65df6ebc34380dbadd184b008b977f99
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jul 28 00:09:02 2024 +0100
gnu: Add go-github-com-mattn-go-sixel.
* gnu/packages/golang-xyz.scm (go-github-com-mattn-go-sixel): New variable.
Change-Id: Ib5d86f6471238c90e578961485923291fdf1d308
---
gnu/packages/golang-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 4c8f4e87f9..9f526368c8 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3552,6 +3552,32 @@ string.")
the @code{cpan} module @code{Parse::CommandLine}.")
(license license:expat)))
+(define-public go-github-com-mattn-go-sixel
+ (package
+ (name "go-github-com-mattn-go-sixel")
+ (version "0.0.5")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mattn/go-sixel")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0icv1mcavdw867s47kwvd16q19h2a4znph850lyq18d5z00kpjjs"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/mattn/go-sixel"))
+ (propagated-inputs
+ (list go-github-com-soniakeys-quant))
+ (home-page "https://github.com/mattn/go-sixel")
+ (synopsis "DRCS/Sixel Encoder/Decoder")
+ (description
+ "This package implements functionality to encode and decode
+@acronym{DRCS,Dynamically Redefinable Character Sets} Sixel.")
+ (license license:expat)))
+
(define-public go-github-com-mattn-go-sqlite3
(package
(name "go-github-com-mattn-go-sqlite3")
- branch go-team updated (190c0abec8 -> 389bf59aed), guix-commits, 2024/07/28
- 06/38: gnu: Add go-git-sr-ht-rockorager-vaxis., guix-commits, 2024/07/28
- 03/38: gnu: Add go-github-com-soniakeys-quant., guix-commits, 2024/07/28
- 04/38: gnu: Add go-github-com-mattn-go-sixel.,
guix-commits <=
- 01/38: gnu: Add go-git-sr-ht-rockorager-go-jmap., guix-commits, 2024/07/28
- 08/38: gnu: go-github-com-emersion-go-maildir: Updae to 0.5.0., guix-commits, 2024/07/28
- 10/38: gnu: aerc: Adjust inputs., guix-commits, 2024/07/28
- 07/38: gnu: go-github-com-emersion-go-smtp: Update to 0.21.3., guix-commits, 2024/07/28
- 13/38: gnu: go-github-com-protonmail-go-crypto: Enable tests., guix-commits, 2024/07/28
- 14/38: gnu: Add go-github-com-boltdb-bolt., guix-commits, 2024/07/28
- 15/38: gnu: Add go-github-com-emersion-go-bcrypt., guix-commits, 2024/07/28
- 16/38: gnu: Add go-github-com-emersion-go-vcard., guix-commits, 2024/07/28
- 17/38: gnu: Add go-github-com-teambition-rrule-go., guix-commits, 2024/07/28
- 20/38: gnu: Add hydroxide., guix-commits, 2024/07/28