GNU bug report logs -
#76225
[PATCH] gnu: Add emacs-age.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Wed, 12 Feb 2025 13:35:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 76225 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-passage): New variable.
---
gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 832a6c09b1..aee8e67d74 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24773,6 +24773,31 @@ (define-public emacs-pass
and can be consulted and modified.")
(license license:gpl3+)))
+(define-public emacs-passage
+ (let ((commit "5f1ad815464b1e4ce7880b835f9e805a8b9b15a4")
+ (revision "0"))
+ (package
+ (name "emacs-passage")
+ (version (git-version "2.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/anticomputer/passage.el")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "12sxaig36n3qrmnyq2znar74hgbgfh3sgghki4n7aq2bzxwfbn8h"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-age emacs-f emacs-s emacs-with-editor))
+ (home-page "https://github.com/anticomputer/passage.el")
+ (synopsis "Pass-Age Encryption support for Emacs")
+ (description
+ "This package provides transparent Age file encryption and decryption
+in Emacs for @code{pass-age}, a port of @code{pass}, the standard unix
+password manager.")
+ (license license:gpl3+))))
+
(define-public emacs-psc-ide
;; There is no proper release. The base version is extracted from the
;; "Version" keyword in the main file.
--
2.48.1
--
Best regards,
Nicolas Graves
This bug report was last modified 169 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.