From 81db58116c7a9c27f54243a4d8f364c7e94c6f36 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 11 Oct 2022 07:37:54 +0100 Subject: gentoo auto-resync : 11:10:2022 - 07:37:54 --- app-emacs/eglot/eglot-1.9.ebuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 app-emacs/eglot/eglot-1.9.ebuild (limited to 'app-emacs/eglot/eglot-1.9.ebuild') diff --git a/app-emacs/eglot/eglot-1.9.ebuild b/app-emacs/eglot/eglot-1.9.ebuild new file mode 100644 index 000000000000..b5463a817ab2 --- /dev/null +++ b/app-emacs/eglot/eglot-1.9.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS="26.1" + +inherit elisp + +DESCRIPTION="A minimal Emacs LSP client" +HOMEPAGE="https://github.com/joaotavora/eglot" +SRC_URI="https://github.com/joaotavora/eglot/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +# test requires internet connection to install several language servers, one of which +# is not packaged +RESTRICT="test" + +SITEFILE="50${PN}-gentoo.el" +ELISP_REMOVE="eglot-tests.el" +DOCS=( README.md NEWS.md ) + +src_install() { + elisp-make-autoload-file "${S}"/${PN}-autoload.el "${S}"/ + elisp_src_install +} -- cgit v1.2.3