summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/x509-mode/x509-mode-0.20230814.ebuild')
-rw-r--r--app-emacs/x509-mode/x509-mode-0.20230814.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-emacs/x509-mode/x509-mode-0.20230814.ebuild b/app-emacs/x509-mode/x509-mode-0.20230814.ebuild
new file mode 100644
index 00000000..d8eb2049
--- /dev/null
+++ b/app-emacs/x509-mode/x509-mode-0.20230814.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+COMMIT=57395a72087875108245f384acd9327db8b59abb
+
+inherit elisp
+
+IUSE=""
+
+DESCRIPTION="View certificates and CRLs using OpenSSL in Emacs"
+HOMEPAGE="https://github.com/jobbflykt/x509-mode"
+SRC_URI="https://github.com/jobbflykt/x509-mode/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/x509-mode-${COMMIT}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"
+
+DOCS="README.md"
+
+RDEPEND="dev-libs/openssl"
+
+# Tries to download elpa data
+RESTRICT="test"