mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add perl-pod-markdown.
* gnu/packages/perl.scm (perl-pod-markdown): New variable. Change-Id: Ic298dbd9a1257d7d7cfb66d61897fa972c1078e2 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
87b786649a
commit
597119f739
1 changed files with 21 additions and 0 deletions
|
@ -9908,6 +9908,27 @@ available.")
|
|||
for a given module is comprehensive.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-pod-markdown
|
||||
(package
|
||||
(name "perl-pod-markdown")
|
||||
(version "3.400")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://cpan/authors/id/R/RW/RWSTAUNER/Pod-Markdown-" version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0hl4ky3y584lzff4gxv271qw7ymawda2lwnl8d722zafrndyj9m6"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs (list perl-test-differences))
|
||||
(propagated-inputs (list perl-html-parser perl-uri))
|
||||
(home-page "https://metacpan.org/release/Pod-Markdown")
|
||||
(synopsis "POD to Markdown converter")
|
||||
(description "This module uses @code{Pod::Simple} to convert POD to
|
||||
Markdown.")
|
||||
(license license:perl-license)))
|
||||
|
||||
(define-public perl-pod-parser
|
||||
(package
|
||||
(name "perl-pod-parser")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue