rekahsoft-gnu: Add go-github-com-russross-blackfriday-v2
This commit is contained in:
parent
d491ce0c10
commit
f3e2eec488
@ -214,6 +214,27 @@ processes from your @code{Procfile} in a single terminal.")
|
|||||||
(description "Converts markdown into roff (man pages).")
|
(description "Converts markdown into roff (man pages).")
|
||||||
(license license:expat)))
|
(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
|
;; TODO: this package is not yet complete, but was accidentally
|
||||||
;; committed. Commenting it out until it is completed.
|
;; committed. Commenting it out until it is completed.
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user