summaryrefslogtreecommitdiff
path: root/app-vim/tasklist/tasklist-1.0.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/tasklist/tasklist-1.0.1-r1.ebuild')
-rw-r--r--app-vim/tasklist/tasklist-1.0.1-r1.ebuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-vim/tasklist/tasklist-1.0.1-r1.ebuild b/app-vim/tasklist/tasklist-1.0.1-r1.ebuild
new file mode 100644
index 000000000000..6c8b33fc5db3
--- /dev/null
+++ b/app-vim/tasklist/tasklist-1.0.1-r1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin vcs-snapshot
+
+DESCRIPTION="Highlight FIXME/TODO/CUSTOM keywords in a separate list"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2607"
+SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.tar.gz -> ${PF}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"