diff options
author | 2022-02-17 19:42:33 +0000 | |
---|---|---|
committer | 2022-02-17 19:43:50 +0000 | |
commit | 782f0f12572b80db477061fac882923c647f8fdc (patch) | |
tree | c784c0e24a4bfe730f5d91e8f3b08efeb142d957 /app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild | |
parent | app-emacs/vertico: initial import at 0.20 (diff) | |
download | gentoo-782f0f12572b80db477061fac882923c647f8fdc.tar.gz gentoo-782f0f12572b80db477061fac882923c647f8fdc.tar.bz2 gentoo-782f0f12572b80db477061fac882923c647f8fdc.zip |
app-emacs/consult-flycheck: initial import at 0.8
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild')
-rw-r--r-- | app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild b/app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild new file mode 100644 index 000000000000..71a13cdc7f92 --- /dev/null +++ b/app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +NEED_EMACS=26 + +inherit elisp + +DESCRIPTION="Consult integration for Flycheck" +HOMEPAGE="https://github.com/minad/consult-flycheck" +SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +SITEFILE="50${PN}-gentoo.el" + +DEPEND="app-emacs/consult + app-emacs/flycheck" +RDEPEND="${DEPEND}" |