[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31505] [PATCH 18/21] gnu: emacs-helm-pass: New variable.
From: |
Pierre Neidhardt |
Subject: |
[bug#31505] [PATCH 18/21] gnu: emacs-helm-pass: New variable. |
Date: |
Fri, 18 May 2018 20:48:56 +0200 |
* gnu/packages/emacs.scm (emacs-helm-pass): New variable.
---
gnu/packages/emacs.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index baffb94bd..4e0193031 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10966,3 +10966,35 @@ to get instant results even for huge maildirs. It
also provides
search operators similar to Google Mail, e.g:
@code{from:Peter to:Anne flag:attach search term}")
(license license:gpl3+)))
+
+(define-public emacs-helm-pass
+ (package
+ (name "emacs-helm-pass")
+ (version "20180415.2038")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://melpa.org/packages/helm-pass-"
+ version
+ ".el"))
+ (sha256
+ (base32
+ "1pwf05h29mrn05y7fhznwn0czl7ixynkvmy1fxljj45qdq2r6n8v"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-helm" ,emacs-helm)
+ ("emacs-password-store" ,emacs-password-store)))
+ ;; TODO: Need auth-source-pass with Emacs<26?
+ (home-page
+ "https://github.com/jabranham/helm-pass")
+ (synopsis
+ "Helm interface of pass, the standard Unix password manager")
+ (description
+ "Users of @code{helm-pass} may also be interested in functionality
+provided by other Emacs packages dealing with pass:
+- @code{emacs-password-store}, which @code{helm-pass} relies on.
+- @code{emacs-pass}, a major mode for @code{pass}.
+- @code{auth-source-pass.el}: integration of Emacs' auth-source with
address@hidden, included in Emacs 26+).")
+ (license license:gpl3+)))
--
2.17.0
- [bug#31499] [PATCH 01/21] gnu: emacs-daemons: New variable., (continued)
[bug#31501] [PATCH 17/21] gnu: emacs-helm-mu: New variable., Pierre Neidhardt, 2018/05/18
[bug#31502] [PATCH 05/21] gnu: emacs-evil-mu4e: New variable., Pierre Neidhardt, 2018/05/18
[bug#31503] [PATCH 07/21] gnu: emacs-evil-org: New variable., Pierre Neidhardt, 2018/05/18
[bug#31509] [PATCH 03/21] gnu: emacs-evil-ediff: New variable., Pierre Neidhardt, 2018/05/18
[bug#31505] [PATCH 18/21] gnu: emacs-helm-pass: New variable.,
Pierre Neidhardt <=
[bug#31506] [PATCH 13/21] gnu: emacs-helm-emms: New variable., Pierre Neidhardt, 2018/05/18
[bug#31507] [PATCH 04/21] gnu: emacs-evil-magit: New variable., Pierre Neidhardt, 2018/05/18
[bug#31504] [PATCH 14/21] gnu: emacs-helm-exwm: New variable., Pierre Neidhardt, 2018/05/18
[bug#31508] [PATCH 21/21] gnu: emacs-wgrep-helm: New variable., Pierre Neidhardt, 2018/05/18
[bug#31511] [PATCH 20/21] gnu: emacs-package-lint: New variable., Pierre Neidhardt, 2018/05/18
[bug#31513] [PATCH 15/21] gnu: emacs-helm-flycheck: New variable., Pierre Neidhardt, 2018/05/18
[bug#31510] [PATCH 16/21] gnu: emacs-helm-ls-git: New variable., Pierre Neidhardt, 2018/05/18
[bug#31515] [PATCH 12/21] gnu: emacs-helm-descbinds: New variable., Pierre Neidhardt, 2018/05/18
[bug#31512] [PATCH 11/21] gnu: emacs-helm-company: New variable., Pierre Neidhardt, 2018/05/18
[bug#31516] [PATCH 06/21] gnu: emacs-evil-multiedit: New variable., Pierre Neidhardt, 2018/05/18