# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 COMMIT=02e62ebd857946de629e45bff6a7de533f9022bc inherit elisp 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" IUSE="test" SITEFILE="50${PN}-gentoo.el" DOCS="README.md" RDEPEND="dev-libs/openssl" # Tries to download elpa data RESTRICT="test"