diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-02-17 19:42:33 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-02-17 19:43:50 +0000 |
commit | 782f0f12572b80db477061fac882923c647f8fdc (patch) | |
tree | c784c0e24a4bfe730f5d91e8f3b08efeb142d957 /app-emacs/consult-flycheck | |
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')
-rw-r--r-- | app-emacs/consult-flycheck/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/consult-flycheck/consult-flycheck-0.8.ebuild | 21 | ||||
-rw-r--r-- | app-emacs/consult-flycheck/files/50consult-flycheck-gentoo.el | 2 | ||||
-rw-r--r-- | app-emacs/consult-flycheck/metadata.xml | 12 |
4 files changed, 36 insertions, 0 deletions
diff --git a/app-emacs/consult-flycheck/Manifest b/app-emacs/consult-flycheck/Manifest new file mode 100644 index 000000000000..059d3055cb13 --- /dev/null +++ b/app-emacs/consult-flycheck/Manifest @@ -0,0 +1 @@ +DIST consult-flycheck-0.8.tar.gz 2146 BLAKE2B 9b27456095012818b73484303c9d798595fb7997658952d8878b8ff63cbec860cb562e871e009ab4535f8ae12d67c1283b2ca80ce0927a471a846137a6eec8f4 SHA512 304cb58b164155f95e6c8088949fc3946145a50461388a2c8a085c940c20ada0e8834c861ee1f8900a02f308ed09c0a04d10917e94da8be0500539ddf87fe217 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}" diff --git a/app-emacs/consult-flycheck/files/50consult-flycheck-gentoo.el b/app-emacs/consult-flycheck/files/50consult-flycheck-gentoo.el new file mode 100644 index 000000000000..fb5b6f1d69dd --- /dev/null +++ b/app-emacs/consult-flycheck/files/50consult-flycheck-gentoo.el @@ -0,0 +1,2 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'consult-flycheck "consult-flycheck" nil t) diff --git a/app-emacs/consult-flycheck/metadata.xml b/app-emacs/consult-flycheck/metadata.xml new file mode 100644 index 000000000000..5059203f6129 --- /dev/null +++ b/app-emacs/consult-flycheck/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> +</maintainer> +<stabilize-allarches/> +<upstream> + <remote-id type="github">minad/consult-flycheck</remote-id> +</upstream> +</pkgmetadata> |