app-vim/ale: new package, add 3.3.0

Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
Nicola Smaniotto
2023-01-11 17:09:47 +01:00
parent fd7f05d1f1
commit 8023768b0c
3 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# 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"
src_install(){
vim-plugin_src_install ale_linters rplugin
}