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
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-age): New variable.
---
Sorry I made a small typo on the previous one, seen when sent.
gnu/packages/emacs-xyz.scm | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 59c1927135..700ac9f0cb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -116,7 +116,7 @@
;;; Copyright © 2022 Haider Mirza <haider <at> haider.gq>
;;; Copyright © 2022 Jose G Perez Taveras <josegpt27 <at> gmail.com>
;;; Copyright © 2022 Hilton Chain <hako <at> ultrarare.space>
-;;; Copyright © 2022 Nicolas Graves <ngraves <at> ngraves.fr>
+;;; Copyright © 2022, 2024, 2025 Nicolas Graves <ngraves <at> ngraves.fr>
;;; Copyright © 2022 Thiago Jung Bauermann <bauermann <at> kolabnow.com>
;;; Copyright © 2022 Joeke de Graaf <joeke <at> posteo.net>
;;; Copyright © 2023 Simon Streit <simon <at> netpanic.org>
@@ -437,6 +437,30 @@ (define-public emacs-activities
compatible.")
(license license:gpl3+)))
+(define-public emacs-age
+ (package
+ (name "emacs-age")
+ (version "0.1.6")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/anticomputer/age.el")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1703ijdgahanzkrs0w3j1l563969qnsw872vkdsmfj7qw1940ndj"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/anticomputer/age.el")
+ (synopsis "Age Encryption support for Emacs")
+ (description
+ "This package provides transparent Age file encryption and decryption
+in Emacs. It is based on the Emacs EasyPG code and offers similar Emacs file
+handling for Age encrypted files: maintain @code{.org.age} encrypted Org
+files, provide Age encrypted authentication information out of
+@code{.authinfo.age}, open/edit/save Age encrypted files via Tramp...")
+ (license license:gpl3+)))
+
(define-public emacs-bookmark-plus
(package
(name "emacs-bookmark-plus")
--
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.