summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/company-quickhelp/company-quickhelp-2.3.0.ebuild')
-rw-r--r--app-emacs/company-quickhelp/company-quickhelp-2.3.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/company-quickhelp/company-quickhelp-2.3.0.ebuild b/app-emacs/company-quickhelp/company-quickhelp-2.3.0.ebuild
new file mode 100644
index 000000000000..ce4c4822138a
--- /dev/null
+++ b/app-emacs/company-quickhelp/company-quickhelp-2.3.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Company documentation popups for completion candidates"
+HOMEPAGE="https://github.com/company-mode/company-quickhelp/"
+SRC_URI="https://github.com/company-mode/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ app-emacs/company-mode
+ app-emacs/pos-tip
+"
+BDEPEND="${RDEPEND}"
+
+DOCS=( CHANGELOG.md README.md company-quickhelp.png )
+SITEFILE="50${PN}-gentoo.el"