[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55903] [PATCH v7 18/41] gnu: Add go-github-com-gatherstars-com-jwz.
From: |
( |
Subject: |
[bug#55903] [PATCH v7 18/41] gnu: Add go-github-com-gatherstars-com-jwz. |
Date: |
Sun, 14 Aug 2022 11:04:37 +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 732eb1cff4..15c58ea16f 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10374,3 +10374,30 @@ (define-public go-github-com-jhillyerd-enmime
"The enmime package implements a MIME encoding and decoding
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)))
--
2.37.1
- [bug#55903] [PATCH v7 01/41] gnu: Add go-github-com-zenhack-go-notmuch., (, 2022/08/14
- [bug#55903] [PATCH v7 03/41] gnu: Add go-google-golang-org-protobuf., (, 2022/08/14
- [bug#55903] [PATCH v7 20/41] gnu: Add go-github-com-emersion-go-message., (, 2022/08/14
- [bug#55903] [PATCH v7 27/41] gnu: Add go-github-com-niemeyer-pretty., (, 2022/08/14
- [bug#55903] [PATCH v7 18/41] gnu: Add go-github-com-gatherstars-com-jwz.,
( <=
- [bug#55903] [PATCH v7 13/41] gnu: Add go-github-com-gogs-chardet., (, 2022/08/14
- [bug#55903] [PATCH v7 05/41] gnu: Add go-github-com-riywo-loginshell., (, 2022/08/14
- [bug#55903] [PATCH v7 02/41] gnu: Add go-github-com-creack-pty., (, 2022/08/14
- [bug#55903] [PATCH v7 11/41] gnu: Add go-github-com-rivo-tview., (, 2022/08/14
- [bug#55903] [PATCH v7 04/41] gnu: Add go-github-com-xo-terminfo., (, 2022/08/14
- [bug#55903] [PATCH v7 21/41] gnu: Add go-github-com-emersion-go-sasl., (, 2022/08/14
- [bug#55903] [PATCH v7 09/41] gnu: Add go-github-com-lucasb-eyer-go-colorful., (, 2022/08/14
- [bug#55903] [PATCH v7 23/41] gnu: Add go-github-com-emersion-go-imap-sortthread., (, 2022/08/14
- [bug#55903] [PATCH v7 31/41] gnu: Add go-github-com-google-shlex., (, 2022/08/14
- [bug#55903] [PATCH v7 06/41] gnu: Add go-github-com-miolini-datacounter., (, 2022/08/14