mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
app-vim/ale: new package, add 3.3.0
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
17
app-vim/ale/ale-3.3.0.ebuild
Normal file
17
app-vim/ale/ale-3.3.0.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user