rekahsoft-gnu: Add go-github-com-cpuguy83-go-md2man-v2
This commit is contained in:
parent
d6807428a5
commit
d491ce0c10
@ -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.
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user