summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <[email protected]>2025-01-08 21:14:33 +0000
committerSharlatan Hellseher <[email protected]>2025-01-21 23:47:46 +0000
commit87f74d369208e2fa61b8975a9007c3ae6a3eeda5 (patch)
tree780dd0e886f9074cc356a8d07e134d5090e9313f /gnu/packages/golang-xyz.scm
parenta74fd39667299d63a4d82b1d9daea4926a6ca1c7 (diff)
gnu: Add go-github-com-knz-lipgloss-convert.
* gnu/packages/golang-xyz.scm (go-github-com-knz-lipgloss-convert): New variable. Change-Id: Ibed997c9da2066489f91d87b5994998237d50c98
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm29
1 files changed, 29 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 943e845d95..a671a5a041 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -8496,6 +8496,35 @@ very eas to use.")
"This packae provides a wrapper around @code{libedit} for Golang.")
(license license:asl2.0)))
+(define-public go-github-com-knz-lipgloss-convert
+ (package
+ (name "go-github-com-knz-lipgloss-convert")
+ (version "0.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/knz/lipgloss-convert")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1x9p89jfafkvsz3rrk856bniwcxlj8b1bhi0ixyngh620mx4h0cq"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/knz/lipgloss-convert"
+ #:test-flags #~(list "-skip" "TestExport/full")))
+ (propagated-inputs
+ (list go-github-com-charmbracelet-lipgloss
+ go-github-com-kr-pretty
+ go-github-com-pmezard-go-difflib))
+ (home-page "https://github.com/knz/lipgloss-convert")
+ (synopsis "String conversion functions for lipgloss Styles")
+ (description
+ "String conversion functions for
+@url{https://github.com/charmbracelet/lipgloss, lipgloss} Styles.")
+ (license license:asl2.0)))
+
(define-public go-github-com-kortschak-utter
(package
(name "go-github-com-kortschak-utter")