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

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

bug#47280: closed ([PATCH] gnu: Add emacs-password-store-otp.)


From: GNU bug Tracking System
Subject: bug#47280: closed ([PATCH] gnu: Add emacs-password-store-otp.)
Date: Mon, 22 Mar 2021 21:47:01 +0000

Your message dated Mon, 22 Mar 2021 22:46:47 +0100
with message-id <87pmzqq2t4.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#47280] [PATCH] gnu: Add emacs-password-store-otp.
has caused the debbugs.gnu.org bug report #47280,
regarding [PATCH] gnu: Add emacs-password-store-otp.
to be marked as done.

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


-- 
47280: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47280
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-password-store-otp. Date: Sat, 20 Mar 2021 13:21:54 +0100
* gnu/packages/emacs-xyz.scm (emacs-password-store-otp): 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 28400c0573..0ae9661997 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15164,6 +15164,32 @@ close, copy, cut, paste, undo, redo.")
 standard Unix password manager\").")
       (license license:gpl2+))))
 
+(define-public emacs-password-store-otp
+  (package
+    (name "emacs-password-store-otp")
+    (version "0.1.5")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/volrath/password-store-otp.el";)
+                    (commit version)))
+              (sha256
+               (base32
+                "0gb48blvnn6ci2wl45z81p41ny7vbgl610hqy6b2hyr2171qjd60"))
+              (file-name (git-file-name name version))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-password-store" ,emacs-password-store)
+       ("emacs-s" ,emacs-s)))
+    (home-page "https://github.com/volrath/password-store-otp.el";)
+    (synopsis
+     "Interact with the @code{pass-otp} extension for @code{pass} from Emacs")
+    (description "This package provides Emacs functions to interact with the
+@code{pass-otp} extension for @code{pass}.  It includes functions to import
+OTP URIs from screenshots of QR codes, and to export them back to QR codes if
+needed.")
+    (license license:gpl3+)))
+
 (define-public emacs-auth-source-pass
   (let ((commit "847a1f54ed48856b4dfaaa184583ef2c84173edf")
         (revision "2"))

base-commit: 5adfaa6853213c7125f1dcac378b7c8f77c97ef3
-- 
2.30.0





--- End Message ---
--- Begin Message --- Subject: Re: [bug#47280] [PATCH] gnu: Add emacs-password-store-otp. Date: Mon, 22 Mar 2021 22:46:47 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello,

Xinglu Chen <public@yoctocell.xyz> writes:

> * gnu/packages/emacs-xyz.scm (emacs-password-store-otp): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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