all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49586] [PATCH] gnu: Add emacs-autocrypt.
@ 2021-07-15 21:43 Morgan.J.Smith
  2021-08-01 12:50 ` bug#49586: " Arun Isaac
  0 siblings, 1 reply; 2+ messages in thread
From: Morgan.J.Smith @ 2021-07-15 21:43 UTC (permalink / raw)
  To: 49586; +Cc: Morgan Smith

From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/emacs-xyz.scm (emacs-autocrypt): New variable.
---
 gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9f9f9909b3..0f941b7f9d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12212,6 +12212,32 @@ a visual interface, reduce overhead of completion by using statistic method,
 extensibility.")
     (license license:gpl3+)))
 
+(define-public emacs-autocrypt
+  (let ((revision "0")
+        (commit "5b55f8d37545e9c441788627c17e350d7edf4055"))
+  (package
+    (name "emacs-autocrypt")
+    (version (git-version "0.4.0" revision commit))
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://git.sr.ht/~zge/autocrypt")
+                    (commit commit)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0b06xnjkgwjpxl96mdi674pmvdaiwncifi1a30wxhl1dwr7kr084"))))
+    (build-system emacs-build-system)
+    (home-page "https://git.sr.ht/~zge/autocrypt")
+    (synopsis "Autocrypt implementation")
+    (description "Implementation of Autocrypt (@url{https://autocrypt.org/}) for
+various Emacs MUAs.
+
+Run @code{M-x autocrypt-create-account} to initialize an autocrypt key, and
+add @code{autocrypt-mode} to your MUA's hooks (@code{gnus-mode-hook},
+@code{message-mode-hook}, ...) to activate it's usage.")
+    (license license:cc0))))
+
 (define-public emacs-nginx-mode
   (package
     (name "emacs-nginx-mode")
-- 
2.32.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#49586: [PATCH] gnu: Add emacs-autocrypt.
  2021-07-15 21:43 [bug#49586] [PATCH] gnu: Add emacs-autocrypt Morgan.J.Smith
@ 2021-08-01 12:50 ` Arun Isaac
  0 siblings, 0 replies; 2+ messages in thread
From: Arun Isaac @ 2021-08-01 12:50 UTC (permalink / raw)
  To: Morgan Smith; +Cc: 49586-done

[-- Attachment #1: Type: text/plain, Size: 149 bytes --]


Hi Morgan,

I have applied your patch to master with a few changes to the synopsis
and description. Thanks for contributing to Guix!

Regards,
Arun

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 524 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-01 12:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-15 21:43 [bug#49586] [PATCH] gnu: Add emacs-autocrypt Morgan.J.Smith
2021-08-01 12:50 ` bug#49586: " Arun Isaac

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.