guru/app-vim/ale/ale-3.3.0.ebuild
Anna (cybertailor) Vyalkova 6e61322c24
app-vim/ale: add myself as a maintainer
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-01-13 15:46:15 +05:00

20 lines
480 B
Bash

# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vim-plugin
DESCRIPTION="Check syntax in Vim asynchronously and fix files, with LSP support"
HOMEPAGE="https://github.com/dense-analysis/ale"
SRC_URI="https://github.com/dense-analysis/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
KEYWORDS="~amd64"
VIM_PLUGIN_HELPFILES="ale"
src_install(){
vim-plugin_src_install ale_linters rplugin
}