[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55903] [PATCH v4 19/41] gnu: Add go-github-com-emersion-go-textwrap
From: |
( |
Subject: |
[bug#55903] [PATCH v4 19/41] gnu: Add go-github-com-emersion-go-textwrapper. |
Date: |
Wed, 6 Jul 2022 11:18:08 +0100 |
From: "(unmatched-parenthesis" <paren@disroot.org>
* gnu/packages/golang.scm (go-github-com-emersion-go-textwrapper): New
variable.
---
gnu/packages/golang.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index f90b9e474d..cb5077d6ea 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10379,3 +10379,26 @@ (define-public go-github-com-gatherstars-com-jwz
"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-emersion-go-textwrapper
+ (package
+ (name "go-github-com-emersion-go-textwrapper")
+ (version "0.0.0-20200911093747-65d896831594")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emersion/go-textwrapper")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1lh9d7zvj6gm1rr6sv5xlagklgx9d666hq5srd37a4sdcjkbiqmq"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/emersion/go-textwrapper"))
+ (home-page "https://github.com/emersion/go-textwrapper")
+ (synopsis "Text-wrapping writer for Go")
+ (description
+ "The textwrapper package provides a writer that wraps long text lines to
+a specified length.")
+ (license license:expat)))
--
2.36.1
- [bug#55903] [PATCH v4 10/41] gnu: Add go-github-com-rivo-uniseg., (continued)
- [bug#55903] [PATCH v4 10/41] gnu: Add go-github-com-rivo-uniseg., (, 2022/07/06
- [bug#55903] [PATCH v4 11/41] gnu: Add go-github-com-rivo-tview., (, 2022/07/06
- [bug#55903] [PATCH v4 16/41] gnu: Add go-github-com-cention-sany-utf7., (, 2022/07/06
- [bug#55903] [PATCH v4 17/41] gnu: Add go-github-com-jhillyerd-enmime., (, 2022/07/06
- [bug#55903] [PATCH v4 15/41] gnu: Add go-github-com-go-test-deep., (, 2022/07/06
- [bug#55903] [PATCH v4 22/41] gnu: Add go-github-com-emersion-go-imap., (, 2022/07/06
- [bug#55903] [PATCH v4 20/41] gnu: Add go-github-com-emersion-go-message., (, 2022/07/06
- [bug#55903] [PATCH v4 13/41] gnu: Add go-github-com-gogs-chardet., (, 2022/07/06
- [bug#55903] [PATCH v4 14/41] gnu: Add go-github-com-jaytaylor-html2text., (, 2022/07/06
- [bug#55903] [PATCH v4 18/41] gnu: Add go-github-com-gatherstars-com-jwz., (, 2022/07/06
- [bug#55903] [PATCH v4 19/41] gnu: Add go-github-com-emersion-go-textwrapper.,
( <=
- [bug#55903] [PATCH v4 21/41] gnu: Add go-github-com-emersion-go-sasl., (, 2022/07/06
- [bug#55903] [PATCH v4 33/41] gnu: Add go-github-com-emersion-go-milter., (, 2022/07/06
- [bug#55903] [PATCH v4 35/41] gnu: Add go-github-com-onsi-gomega., (, 2022/07/06
- [bug#55903] [PATCH v4 40/41] gnu: Add go-github-com-syndtr-goleveldb-leveldb., (, 2022/07/06
- [bug#55903] [PATCH v4 32/41] gnu: Add go-github-com-emersion-go-maildir., (, 2022/07/06
- [bug#55903] [PATCH v4 38/41] gnu: Add go-github-com-go-task-slim-sprig., (, 2022/07/06
- [bug#55903] [PATCH v4 36/41] gnu: Add go-gopkg-in-tomb-v1., (, 2022/07/06
- [bug#55903] [PATCH v4 30/41] gnu: Add go-github-com-lithammer-fuzzysearch., (, 2022/07/06
- [bug#55903] [PATCH v4 31/41] gnu: Add go-github-com-google-shlex., (, 2022/07/06
- [bug#55903] [PATCH v4 27/41] gnu: Add go-github-com-niemeyer-pretty., (, 2022/07/06