rekahsoft-gnu: Add go-github-com-russross-blackfriday-v2

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

View File

@ -214,6 +214,27 @@ processes from your @code{Procfile} in a single terminal.")
(description "Converts markdown into roff (man pages).")
(license license:expat)))
(define-public go-github-com-russross-blackfriday-v2
(package
(name "go-github-com-russross-blackfriday-v2")
(version "2.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/russross/blackfriday")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0d1rg1drrfmabilqjjayklsz5d0n3hkf979sr3wsrw92bfbkivs7"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/russross/blackfriday/v2"))
(home-page "https://github.com/russross/blackfriday")
(synopsis "Blackfriday")
(description "Package blackfriday is a markdown processor.")
(license license:bsd-2)))
;; TODO: this package is not yet complete, but was accidentally
;; committed. Commenting it out until it is completed.
;;