mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-mattn-godown.
* gnu/packages/golang-web.scm (go-github-com-mattn-godown): New variable. Change-Id: Ie5c8f32ba6f01e4f1a5386959f9feef74eebe0a6
This commit is contained in:
parent
01ccdfd344
commit
5c0c0673b5
1 changed files with 26 additions and 0 deletions
|
@ -5286,6 +5286,32 @@ via REST APIs.")
|
||||||
language.")
|
language.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-mattn-godown
|
||||||
|
(package
|
||||||
|
(name "go-github-com-mattn-godown")
|
||||||
|
(version "0.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/mattn/godown")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1f979h6z13nwwx42ahhqv3d4q2ywpg4l7v03qhnr9zaw319jjaln"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/mattn/godown"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-mattn-go-runewidth
|
||||||
|
go-golang-org-x-net))
|
||||||
|
(home-page "https://github.com/mattn/godown")
|
||||||
|
(synopsis "Convert HTML into Markdown")
|
||||||
|
(description
|
||||||
|
"This package provides a functionality to convert HTML into Markdown.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-mattn-goveralls
|
(define-public go-github-com-mattn-goveralls
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-mattn-goveralls")
|
(name "go-github-com-mattn-goveralls")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue