# Template file for 'typos-lsp'
pkgname=typos-lsp
version=0.1.54
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=adabdcba93f884cf100cbfeeaa4aa47548dc6e6b58e9978d947abdbadda2762d

post_install() {
	vlicense LICENSE
}
