[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31500] [PATCH 17/20] gnu: Add emacs-helm-pass.
From: |
Pierre Neidhardt |
Subject: |
[bug#31500] [PATCH 17/20] gnu: Add emacs-helm-pass. |
Date: |
Tue, 22 May 2018 12:41:30 +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 18fce21fc..981731bd9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10969,3 +10969,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#31500] [PATCH 09/20] gnu: Add emacs-google-translate., (continued)
- [bug#31500] [PATCH 09/20] gnu: Add emacs-google-translate., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 12/20] gnu: Add emacs-helm-emms., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 14/20] gnu: Add emacs-helm-flycheck., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 10/20] gnu: Add emacs-helm-company., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 11/20] gnu: Add emacs-helm-descbinds., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 13/20] gnu: Add emacs-helm-exwm., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 15/20] gnu: Add emacs-helm-ls-git., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 16/20] gnu: Add emacs-helm-mu., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 18/20] gnu: Add emacs-image+., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 19/20] gnu: Add emacs-package-lint., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 17/20] gnu: Add emacs-helm-pass.,
Pierre Neidhardt <=
- [bug#31500] [PATCH 20/20] gnu: Add Add emacs-wgrep-helm., Pierre Neidhardt, 2018/05/22