gentoo/app-vim/ri-browser/ri-browser-1.2-r1.ebuild
Michał Górny 97d89f965c
app-vim/ri-browser: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-07-15 17:22:06 +02:00

18 lines
423 B
Bash

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit vim-plugin
DESCRIPTION="vim plugin: interface for browsing ri/ruby documentation"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=494"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
RDEPEND="dev-lang/ruby"
VIM_PLUGIN_HELPFILES="ri.txt"
VIM_PLUGIN_MESSAGES="filetype"