mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: Add mhonarc.
* gnu/packages/mail.scm (mhonarc): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
991847748a
commit
74c0282c45
1 changed files with 22 additions and 0 deletions
|
@ -1388,3 +1388,25 @@ (define-public mpop
|
||||||
TLS/SSL, several authentication methods, Internationalized Domain
|
TLS/SSL, several authentication methods, Internationalized Domain
|
||||||
Names (IDN) and SOCKS proxies.")
|
Names (IDN) and SOCKS proxies.")
|
||||||
(license gpl3+)))
|
(license gpl3+)))
|
||||||
|
|
||||||
|
(define-public mhonarc
|
||||||
|
(package
|
||||||
|
(name "mhonarc")
|
||||||
|
(version "2.6.19")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/E/EH/EHOOD/MHonArc-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0ll3v93yji334zqp6xfzfxc0127pmjcznmai1l5q6dzawrs2igzq"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "https://www.mhonarc.org/")
|
||||||
|
(synopsis "Create HTML archives of mail/news messages")
|
||||||
|
(description
|
||||||
|
"MHonArc is a Perl mail-to-HTML converter. MHonArc
|
||||||
|
provides HTML mail archiving with index, mail thread linking,
|
||||||
|
etc; plus other capabilities including support for MIME and
|
||||||
|
powerful user customization features.")
|
||||||
|
(license gpl2+)))
|
||||||
|
|
Loading…
Reference in a new issue