emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49586: closed ([PATCH] gnu: Add emacs-autocrypt.)


From: GNU bug Tracking System
Subject: bug#49586: closed ([PATCH] gnu: Add emacs-autocrypt.)
Date: Sun, 01 Aug 2021 12:52:01 +0000

Your message dated Sun, 01 Aug 2021 18:20:41 +0530
with message-id <87wnp59vmm.fsf@systemreboot.net>
and subject line Re: [PATCH] gnu: Add emacs-autocrypt.
has caused the debbugs.gnu.org bug report #49586,
regarding [PATCH] gnu: Add emacs-autocrypt.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49586: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49586
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-autocrypt. Date: Thu, 15 Jul 2021 17:43:13 -0400
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




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: Add emacs-autocrypt. Date: Sun, 01 Aug 2021 18:20:41 +0530
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]