[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#56927] [PATCH 19/41] gnu: Add go-github-com-emersion-go-textwrapper
From: |
( |
Subject: |
[bug#56927] [PATCH 19/41] gnu: Add go-github-com-emersion-go-textwrapper. |
Date: |
Wed, 3 Aug 2022 13:04:17 +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 b8c6868374..256f00585d 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10398,3 +10398,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.37.1
- [bug#56944] [PATCH 36/41] gnu: Add go-gopkg-in-tomb-v1., (continued)
- [bug#56944] [PATCH 36/41] gnu: Add go-gopkg-in-tomb-v1., (, 2022/08/03
- [bug#56915] [PATCH 07/41] gnu: Add go-github-com-kyoh86-xdg., (, 2022/08/03
- [bug#56920] [PATCH 12/41] gnu: Add go-github-com-ssor-bom., (, 2022/08/03
- [bug#56928] [PATCH 20/41] gnu: Add go-github-com-emersion-go-message., (, 2022/08/03
- [bug#56948] [PATCH 40/41] gnu: Add go-github-com-syndtr-goleveldb-leveldb., (, 2022/08/03
- [bug#56934] [PATCH 21/41] gnu: Add go-github-com-emersion-go-sasl., (, 2022/08/03
- [bug#56924] [PATCH 16/41] gnu: Add go-github-com-cention-sany-utf7., (, 2022/08/03
- [bug#56941] [PATCH 29/41] gnu: Add go-git-sr-ht--sircmpwn-getopt., (, 2022/08/03
- [bug#56947] [PATCH 39/41] gnu: Add go-github-com-onsi-ginkgo., (, 2022/08/03
- [bug#56923] [PATCH 15/41] gnu: Add go-github-com-go-test-deep., (, 2022/08/03
- [bug#56927] [PATCH 19/41] gnu: Add go-github-com-emersion-go-textwrapper.,
( <=
- [bug#56937] [PATCH 32/41] gnu: Add go-github-com-emersion-go-maildir., (, 2022/08/03
- [bug#56942] [PATCH 33/41] gnu: Add go-github-com-emersion-go-milter., (, 2022/08/03
- [bug#56916] [PATCH 08/41] gnu: Add go-github-com-go-ini-ini., (, 2022/08/03
- [bug#56931] [PATCH 24/41] gnu: Add go-github-com-protonmail-go-crypto., (, 2022/08/03
- [bug#56918] [PATCH 10/41] gnu: Add go-github-com-rivo-uniseg., (, 2022/08/03
- [bug#56933] [PATCH 25/41] gnu: Add go-github-com-emersion-go-pgpmail., (, 2022/08/03
- [bug#56925] [PATCH 17/41] gnu: Add go-github-com-jhillyerd-enmime., (, 2022/08/03
- [bug#56922] [PATCH 14/41] gnu: Add go-github-com-jaytaylor-html2text., (, 2022/08/03
- [bug#56938] [PATCH 30/41] gnu: Add go-github-com-lithammer-fuzzysearch., (, 2022/08/03
- [bug#56946] [PATCH 38/41] gnu: Add go-github-com-go-task-slim-sprig., (, 2022/08/03