Files
gentoo/app-vim/tasklist/tasklist-1.0.1-r1.ebuild
Michał Górny 1c813ff4cc app-vim/tasklist: Stabilize 1.0.1-r1 amd64, #919659
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-12-09 21:01:51 +01:00

15 lines
426 B
Bash

# 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"
S="${WORKDIR}/${PF}"
LICENSE="MIT"
KEYWORDS="amd64 x86"