*/*: Bump copyright on files touched this year
[gentoo.git] / app-vim / multiplesearch / multiplesearch-1.3.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 inherit vim-plugin
7
8 DESCRIPTION="vim plugin: allows multiple highlighted searches"
9 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=479"
10 SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=9276 -> ${P}.zip"
11 LICENSE="vim"
12 KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86"
13
14 VIM_PLUGIN_HELPFILES="MultipleSearch.txt"
15
16 DEPEND="app-arch/unzip"
17
18 S=${WORKDIR}