GNU bug report logs -
#63714
[PATCH] gnu: Add emacs-x509
Previous Next
Reported by: David Conner <aionfork <at> gmail.com>
Date: Thu, 25 May 2023 10:10:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: David Conner <dconner.pro <at> gmail.com>
* gnu/packages/emacs-xyz.scm (emacs-x509): 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 0ea9732bfa..e8965c7d90 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37093,6 +37093,32 @@ (define-public emacs-tintin-mode
accomplish different tasks.")
(license license:asl2.0))))
+(define-public emacs-x509-mode
+ (package
+ (name "emacs-x509-mode")
+ (version "20230430.1518")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://melpa.org/packages/x509-mode-"
+ version ".tar"))
+ (sha256
+ (base32 "195gn14qn22aqclwz2i9w2qq9bxabwcasfkna1fj41jwv2bpbykc"))))
+ (build-system emacs-build-system)
+ (arguments
+ `(#:include (cons* "^keywords.txt"
+ "^keyword\\+constant.txt"
+ "^constants.txt"
+ "^long-name.txt"
+ %default-include)))
+ (home-page "https://github.com/jobbflykt/x509-mode")
+ (synopsis "Major mode for viewing certificates, CRLs, and other
+PKI-related files")
+ (description "Major mode for viewing certificates, CRLs, and other
+PKI-related files. Uses OpenSSL for viewing PEM and DER encoded PKI
+entities.")
+ (license license:expat)))
+
(define-public emacs-totp
(let ((commit "a5e059b8475b32bc7f5ddadda248cf84449ed722") ;no releases
(revision "0"))
base-commit: 0b0c2ef6381e05f87aa5c4a99d05054a0b677662
--
2.40.1
This bug report was last modified 1 year and 333 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.