[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55903] [PATCH v11 17/41] gnu: Add go-github-com-gatherstars-com-jwz
From: |
( |
Subject: |
[bug#55903] [PATCH v11 17/41] gnu: Add go-github-com-gatherstars-com-jwz. |
Date: |
Mon, 26 Sep 2022 17:55:28 +0100 |
From: "(unmatched-parenthesis" <paren@disroot.org>
* gnu/packages/golang.scm (go-github-com-gatherstars-com-jwz): New
variable.
---
gnu/packages/golang.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e902fd41d1..624492ddc7 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10286,6 +10286,33 @@ (define-public go-github-com-jhillyerd-enmime
library geared towards parsing MIME encoded emails.")
(license license:expat)))
+(define-public go-github-com-gatherstars-com-jwz
+ (package
+ (name "go-github-com-gatherstars-com-jwz")
+ (version "1.3.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/gatherstars-com/jwz")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1h37h5w139d3rhvp1n7kz2jm5zhk4pjzf3sip04v48nphkika60c"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/gatherstars-com/jwz"))
+ (propagated-inputs (list go-github-com-rivo-tview
+ go-github-com-jhillyerd-enmime
+ go-github-com-gdamore-tcell-v2))
+ (home-page "https://github.com/gatherstars-com/jwz")
+ (synopsis "Implementation in Go of the email threading algorithm
+originally invented for Netscape Mail")
+ (description
+ "The jwz package provides an implementation of the email threading
+algorithm originally designed for use in Netscape Mail 2.0 for Go.")
+ (license license:asl2.0)))
+
(define-public go-github-com-creack-pty
(package
(name "go-github-com-creack-pty")
--
2.37.3
- [bug#55903] [PATCH v11 05/41] gnu: Add go-github-com-riywo-loginshell., (continued)
- [bug#55903] [PATCH v11 05/41] gnu: Add go-github-com-riywo-loginshell., (, 2022/09/26
- [bug#55903] [PATCH v11 20/41] gnu: go-github-com-emersion-go-sasl: Update to 0b9dcfb., (, 2022/09/26
- [bug#55903] [PATCH v11 11/41] gnu: Add go-github-com-ssor-bom., (, 2022/09/26
- [bug#55903] [PATCH v11 16/41] gnu: Add go-github-com-jhillyerd-enmime., (, 2022/09/26
- [bug#55903] [PATCH v11 12/41] gnu: Add go-github-com-gogs-chardet., (, 2022/09/26
- [bug#55903] [PATCH v11 15/41] gnu: Add go-github-com-cention-sany-utf7., (, 2022/09/26
- [bug#55903] [PATCH v11 24/41] gnu: Add go-github-com-emersion-go-pgpmail., (, 2022/09/26
- [bug#55903] [PATCH v11 09/41] gnu: go-golang-org-colorful: Rename to go-github-com-lucasb-eyer-go-colorful., (, 2022/09/26
- [bug#55903] [PATCH v11 18/41] gnu: Add go-github-com-emersion-go-textwrapper., (, 2022/09/26
- [bug#55903] [PATCH v11 25/41] gnu: Add go-github-com-emersion-go-smtp., (, 2022/09/26
- [bug#55903] [PATCH v11 17/41] gnu: Add go-github-com-gatherstars-com-jwz.,
( <=
- [bug#55903] [PATCH v11 27/41] gnu: Add go-github-com-arran4-golang-ical., (, 2022/09/26
- [bug#55903] [PATCH v11 06/41] gnu: Add go-github-com-miolini-datacounter., (, 2022/09/26
- [bug#55903] [PATCH v11 10/41] gnu: Add go-github-com-rivo-tview., (, 2022/09/26
- [bug#55903] [PATCH v11 07/41] gnu: Add go-github-com-kyoh86-xdg., (, 2022/09/26
- [bug#55903] [PATCH v11 19/41] gnu: Add go-github-com-emersion-go-message., (, 2022/09/26
- [bug#55903] [PATCH v11 14/41] gnu: Add go-github-com-go-test-deep., (, 2022/09/26
- [bug#55903] [PATCH v11 22/41] gnu: Add go-github-com-emersion-go-imap-sortthread., (, 2022/09/26
- [bug#55903] [PATCH v11 23/41] gnu: Add go-github-com-protonmail-go-crypto., (, 2022/09/26
- [bug#55903] [PATCH v11 02/41] gnu: Add go-github-com-creack-pty., (, 2022/09/26
- [bug#55903] [PATCH v11 03/41] gnu: Add go-google-golang-org-protobuf., (, 2022/09/26