# Template file for 'typos-lsp'
pkgname=typos-lsp
version=0.1.52
revision=1
build_style=cargo
make_install_args="--path crates/typos-lsp"
short_desc="LSP server for source code spell checking"
maintainer="Bnyro <bnyro@tutanota.com>"
license="MIT"
homepage="https://github.com/tekumara/typos-lsp"
changelog="https://raw.githubusercontent.com/tekumara/typos-lsp/refs/heads/main/CHANGELOG.md"
distfiles="https://github.com/tekumara/typos-lsp/archive/refs/tags/v${version}.tar.gz"
checksum=0234d322518d67484336452cb5a6eee4129b2b693100789a35fe33c09746e76e

post_install() {
	vlicense LICENSE
}
