alpha-quadrant/dev-util/typos-lsp/typos-lsp-0.1.23.ebuild

36 lines
578 B
Bash
Raw Normal View History

2024-09-16 11:00:17 +02:00
# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Source code spell checker for Visual Studio Code and LSP clients"
HOMEPAGE="https://github.com/tekumara/typos-lsp"
SRC_URI="
amd64? ( https://github.com/tekumara/${PN}/releases/download/v${PV}/${PN}-v${PV}-x86_64-unknown-linux-gnu.tar.gz )
"
RESTRICT="mirror strip bindist"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-util/typos
"
RDEPEND="
${DEPEND}
"
DOCS=( )
pkg_setup(){
S="${WORKDIR}"
}
src_install(){
dobin typos-lsp
}