[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55903] [PATCH v3 14/35] gnu: Add go-github-com-jaytaylor-html2text.
From: |
( |
Subject: |
[bug#55903] [PATCH v3 14/35] gnu: Add go-github-com-jaytaylor-html2text. |
Date: |
Mon, 13 Jun 2022 20:40:09 +0100 |
From: "(unmatched-parenthesis" <paren@disroot.org>
* gnu/packages/golang.scm (go-github-com-jaytaylor-html2text): New
variable.
---
gnu/packages/golang.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 3d451a1b32..86d560a00d 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10184,3 +10184,31 @@ (define-public go-github-com-gogs-chardet
(description "The chardet package ports character set detection from
ICU to Go.")
(license license:expat)))
+
+(define-public go-github-com-jaytaylor-html2text
+ (package
+ (name "go-github-com-jaytaylor-html2text")
+ (version "0.0.0-20211105163654-bc68cce691ba")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jaytaylor/html2text")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "12ckgkp8xqgp0fh6019nwp4ssg2k1rv1a67cpk37ian4q5zrvppm"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/jaytaylor/html2text"
+ ;; Tests are broken:
<https://github.com/jaytaylor/html2text/issues/53>
+ #:tests? #f))
+ (propagated-inputs (list go-golang-org-x-net
+ go-github-com-olekukonko-tablewriter
+ go-github-com-ssor-bom))
+ (home-page "https://github.com/jaytaylor/html2text")
+ (synopsis "Convert HTML emails to text")
+ (description
+ "The html2text package converts HTML emails to plain text, allowing
+text-only mail clients to display them.")
+ (license license:expat)))
--
2.36.1
- [bug#55903] [PATCH v3 06/35] gnu: Add go-github-com-miolini-datacounter., (continued)
- [bug#55903] [PATCH v3 06/35] gnu: Add go-github-com-miolini-datacounter., (, 2022/06/13
- [bug#55903] [PATCH v3 07/35] gnu: Add go-github-com-kyoh86-xdg., (, 2022/06/13
- [bug#55903] [PATCH v3 08/35] gnu: Add go-github-com-go-ini-ini., (, 2022/06/13
- [bug#55903] [PATCH v3 09/35] gnu: Add go-github-com-lucasb-eyer-go-colorful., (, 2022/06/13
- [bug#55903] [PATCH v3 10/35] gnu: Add go-github-com-rivo-uniseg., (, 2022/06/13
- [bug#55903] [PATCH v3 11/35] gnu: Add go-github-com-rivo-tview., (, 2022/06/13
- [bug#55903] [PATCH v3 13/35] gnu: Add go-github-com-gogs-chardet., (, 2022/06/13
- [bug#55903] [PATCH v3 12/35] gnu: Add go-github-com-ssor-bom., (, 2022/06/13
- [bug#55903] [PATCH v3 15/35] gnu: Add go-github-com-go-test-deep., (, 2022/06/13
- [bug#55903] [PATCH v3 16/35] gnu: Add go-github-com-cention-sany-utf7., (, 2022/06/13
- [bug#55903] [PATCH v3 14/35] gnu: Add go-github-com-jaytaylor-html2text.,
( <=
- [bug#55903] [PATCH v3 19/35] gnu: Add go-github-com-emersion-go-textwrapper., (, 2022/06/13
- [bug#55903] [PATCH v3 24/35] gnu: Add go-github-com-protonmail-go-crypto., (, 2022/06/13
- [bug#55903] [PATCH v3 18/35] gnu: Add go-github-com-gatherstars-com-jwz., (, 2022/06/13
- [bug#55903] [PATCH v3 17/35] gnu: Add go-github-com-jhillyerd-enmime., (, 2022/06/13
- [bug#55903] [PATCH v3 23/35] gnu: Add go-github-com-emersion-go-imap-sortthread., (, 2022/06/13
- [bug#55903] [PATCH v3 20/35] gnu: Add go-github-com-emersion-go-message., (, 2022/06/13
- [bug#55903] [PATCH v3 26/35] gnu: Add go-github-com-emersion-go-smtp., (, 2022/06/13
- [bug#55903] [PATCH v3 27/35] gnu: Add go-github-com-niemeyer-pretty., (, 2022/06/13
- [bug#55903] [PATCH v3 30/35] gnu: Add go-github-com-lithammer-fuzzysearch., (, 2022/06/13
- [bug#55903] [PATCH v3 33/35] gnu: Add go-github-com-emersion-go-milter., (, 2022/06/13