commit: ad6cf58c23abbb35845408bd333191efa413e962
parent e9044d045fb272fb174ba6b731b53360ba3e4233
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 22 Feb 2021 23:34:19 +0100
app-vis/vis-ctags: New Package
Diffstat:
2 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/app-vis/vis-ctags/vis-ctags-9999.ebuild b/app-vis/vis-ctags/vis-ctags-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3
+
+DESCRIPTION="vis plugin to provide basic ctags support"
+HOMEPAGE="https://github.com/kupospelov/vis-ctags"
+EGIT_REPO_URI="https://github.com/kupospelov/vis-ctags"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+ dev-util/ctags
+ >=app-editors/vis-0.7[lua]
+"
+
+src_install() {
+ einstalldocs
+ insinto /usr/share/vis/
+ doins ctags.lua
+}
+
+pkg_install() {
+ einfo "Add require('ctags') to your vis configuration to enable ctags support"
+}
diff --git a/profiles/categories b/profiles/categories
@@ -1,3 +1,4 @@
+app-vis
games-music
games-visualnovel
dev-elixir