app-vim/ale - 4.0.0 (guru)

Search

Install

Install this version:

emerge -a =app-vim/ale-4.0.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-vim/ale-4.0.0

Or alternatively:

emerge --autounmask-write -a =app-vim/ale-4.0.0

Package Information

Description:
Check syntax in Vim asynchronously and fix files, with LSP support
Homepage:
https://github.com/dense-analysis/ale
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
4.0.0 8 ~amd64
View Raw Ebuild
# 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 lua
}

Inherited Eclasses

Manifest for 4.0.0

Type File Size Source URLs
DIST ale-4.0.0.tar.gz 433868 bytes https://github.com/dense-analysis/ale/archive/refs/tags/v4.0.0.tar.gz