[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55903] [PATCH v4 24/41] gnu: Add go-github-com-protonmail-go-crypto
From: |
( |
Subject: |
[bug#55903] [PATCH v4 24/41] gnu: Add go-github-com-protonmail-go-crypto. |
Date: |
Wed, 6 Jul 2022 11:18:13 +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 c3edf70418..79be7d3c71 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10502,3 +10502,35 @@ (define-public
go-github-com-emersion-go-imap-sortthread
"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-20220623141421-5afb4c282135")
+ (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
+ "05qxdbn8wdk901z5kw2r3jdrag58nxlcsy0p8xd6rq0d71sw94wy"))))
+ (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 v4 32/41] gnu: Add go-github-com-emersion-go-maildir., (continued)
- [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
- [bug#55903] [PATCH v4 26/41] gnu: Add go-github-com-emersion-go-smtp., (, 2022/07/06
- [bug#55903] [PATCH v4 29/41] gnu: Add go-git-sr-ht--sircmpwn-getopt., (, 2022/07/06
- [bug#55903] [PATCH v4 25/41] gnu: Add go-github-com-emersion-go-pgpmail., (, 2022/07/06
- [bug#55903] [PATCH v4 23/41] gnu: Add go-github-com-emersion-go-imap-sortthread., (, 2022/07/06
- [bug#55903] [PATCH v4 24/41] gnu: Add go-github-com-protonmail-go-crypto.,
( <=
- [bug#55903] [PATCH v4 28/41] gnu: Add go-github-com-arran4-golang-ical., (, 2022/07/06
- [bug#55903] [PATCH v4 37/41] gnu: Add go-github-com-nxadm-tail., (, 2022/07/06
- [bug#55903] [PATCH v4 41/41] gnu: Add aerc., (, 2022/07/06
- [bug#55903] [PATCH v4 34/41] gnu: Add go-github-com-emersion-go-msgauth., (, 2022/07/06
- [bug#55903] [PATCH v4 39/41] gnu: Add go-github-com-onsi-ginkgo., (, 2022/07/06
- [bug#55903] [PATCH v4 01/41] gnu: Add go-github-com-zenhack-go-notmuch., (, 2022/07/06