[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55903] [PATCH v2 24/35] gnu: Add go-github-com-protonmail-go-crypto
From: |
( |
Subject: |
[bug#55903] [PATCH v2 24/35] gnu: Add go-github-com-protonmail-go-crypto. |
Date: |
Mon, 13 Jun 2022 07:56:23 +0100 |
From: "(unmatched-parenthesis" <paren@disroot.org>
* gnu/packages/golang.scm (go-github-com-protonmail-go-crypto): New variable.
---
gnu/packages/golang.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 3a9917de01..d8b894acaf 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10457,3 +10457,35 @@ (define-public
go-github-com-emersion-go-imap-sortthread
(description "The sortthread package implements message sorting
and threading for @code{go-github-com-emersion-go-imap}.")
(license license:expat)))
+
+(define-public go-github-com-protonmail-go-crypto
+ (package
+ (name "go-github-com-protonmail-go-crypto")
+ (version "0.0.0-20220517143526-88bb52951d5b")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ProtonMail/go-crypto")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "15dsjxsgr6sbfi651kav3vcfpkkzfb383rahasff4fvb6hwfjr1l"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/ProtonMail/go-crypto"
+ #:tests? #f ; Source-only package.
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; Source-only package.
+ (delete 'build))))
+ (propagated-inputs (list go-golang-org-x-crypto))
+ (home-page "https://github.com/ProtonMail/go-crypto")
+ (synopsis "Fork of golang.org/x/crypto with up-to-date OpenPGP
+implementation")
+ (description
+ "The crypto package provides cryptography for Go. This version of the
+package is a fork that adds a more up-to-date OpenPGP implementation. It
+is completely backwards compatible with
+@url{golang.org/x/crypto,the official package}.")
+ (license license:bsd-3)))
--
2.36.1
- [bug#55903] [PATCH v2 12/35] gnu: Add go-github-com-ssor-bom., (continued)
- [bug#55903] [PATCH v2 12/35] gnu: Add go-github-com-ssor-bom., (, 2022/06/13
- [bug#55903] [PATCH v2 21/35] gnu: Add go-github-com-emersion-go-sasl., (, 2022/06/13
- [bug#55903] [PATCH v2 17/35] gnu: Add go-github-com-jhillyerd-enmime., (, 2022/06/13
- [bug#55903] [PATCH v2 28/35] gnu: Add go-github-com-arran4-golang-ical., (, 2022/06/13
- [bug#55903] [PATCH v2 27/35] gnu: Add go-github-com-niemeyer-pretty., (, 2022/06/13
- [bug#55903] [PATCH v2 30/35] gnu: Add go-github-com-lithammer-fuzzysearch., (, 2022/06/13
- [bug#55903] [PATCH v2 29/35] gnu: Add go-git-sr-ht--sircmpwn-getopt., (, 2022/06/13
- [bug#55903] [PATCH v2 32/35] gnu: Add go-github-com-emersion-go-maildir., (, 2022/06/13
- [bug#55903] [PATCH v2 19/35] gnu: Add go-github-com-emersion-go-textwrapper., (, 2022/06/13
- [bug#55903] [PATCH v2 22/35] gnu: Add go-github-com-emersion-go-imap., (, 2022/06/13
- [bug#55903] [PATCH v2 24/35] gnu: Add go-github-com-protonmail-go-crypto.,
( <=
- [bug#55903] [PATCH v2 26/35] gnu: Add go-github-com-emersion-go-smtp., (, 2022/06/13
- [bug#55903] [PATCH v2 33/35] gnu: Add go-github-com-emersion-go-milter., (, 2022/06/13
- [bug#55903] [PATCH v2 25/35] gnu: Add go-github-com-emersion-go-pgpmail., (, 2022/06/13
- [bug#55903] [PATCH v2 15/35] gnu: Add go-github-com-go-test-deep., (, 2022/06/13
- [bug#55903] [PATCH v2 31/35] gnu: Add go-github-com-google-shlex., (, 2022/06/13
- [bug#55903] [PATCH v2 34/35] gnu: Add go-github-com-emersion-go-msgauth., (, 2022/06/13
- [bug#55903] [PATCH v2 14/35] gnu: Add go-github-com-jaytaylor-html2text., (, 2022/06/13
- [bug#55903] [PATCH v2 35/35] gnu: Add aerc., (, 2022/06/13
- [bug#55903] [PATCH v2 13/35] gnu: Add go-github-com-gogs-chardet., (, 2022/06/13
- [bug#55903] [PATCH v2 16/35] gnu: Add go-github-com-cention-sany-utf7., (, 2022/06/13