rekahsoft-gnu: Add go-github-com-cpuguy83-go-md2man-v2

This commit is contained in:
Collin J. Doering 2023-05-22 13:40:44 -04:00
parent d6807428a5
commit d491ce0c10
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 22 additions and 0 deletions

View File

@ -192,6 +192,28 @@ processes from your @code{Procfile} in a single terminal.")
@@url{https://github.com/ai/nanoid,nanoid}!")
(license license:expat)))
(define-public go-github-com-cpuguy83-go-md2man-v2
(package
(name "go-github-com-cpuguy83-go-md2man-v2")
(version "2.0.2")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/cpuguy83/go-md2man")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"19qri18cinpzxblkid6ngz2vcxslv73s1aid900q0gfzvc71mqqb"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/cpuguy83/go-md2man/v2"))
(propagated-inputs `(("go-github-com-russross-blackfriday-v2" ,go-github-com-russross-blackfriday-v2)))
(home-page "https://github.com/cpuguy83/go-md2man")
(synopsis "go-md2man")
(description "Converts markdown into roff (man pages).")
(license license:expat)))
;; TODO: this package is not yet complete, but was accidentally
;; committed. Commenting it out until it is completed.
;;