mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-charmbracelet-glamour: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-charmbracelet-glamour): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ie8214f93c6c4fbb2937e2bf18aa27a9178a3d817
This commit is contained in:
parent
e66b3b63e8
commit
57b3410ca3
2 changed files with 37 additions and 36 deletions
|
@ -1837,6 +1837,43 @@ well-suited for simple and complex terminal applications, either inline,
|
|||
full-window, or a mix of both.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-github-com-charmbracelet-glamour
|
||||
(package
|
||||
(name "go-github-com-charmbracelet-glamour")
|
||||
(version "0.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/charmbracelet/glamour")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "112clivb9nsxlaqvypwcidmk4dkszg7vglb4apia43rdqqj82s6k"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:embed-files #~(list ".*\\.xml")
|
||||
#:import-path "github.com/charmbracelet/glamour"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-alecthomas-chroma-v2
|
||||
go-github-com-charmbracelet-lipgloss
|
||||
go-github-com-charmbracelet-x-ansi
|
||||
go-github-com-charmbracelet-x-exp-golden
|
||||
go-github-com-microcosm-cc-bluemonday
|
||||
go-github-com-muesli-reflow
|
||||
go-github-com-muesli-termenv
|
||||
go-github-com-yuin-goldmark
|
||||
go-github-com-yuin-goldmark-emoji
|
||||
go-golang-org-x-term))
|
||||
(home-page "https://github.com/charmbracelet/glamour/")
|
||||
(synopsis "Write handsome command-line tools with glamour")
|
||||
(description
|
||||
"@code{glamour} lets you render markdown documents and templates on ANSI
|
||||
compatible terminals. You can create your own stylesheet or use one of our
|
||||
glamorous default themes.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-charmbracelet-lipgloss
|
||||
(package
|
||||
(name "go-github-com-charmbracelet-lipgloss")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue