mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
New package: typos-lsp-0.1.37
This commit is contained in:
parent
457be666cf
commit
7f1b29d0d1
1 changed files with 18 additions and 0 deletions
18
srcpkgs/typos-lsp/template
Normal file
18
srcpkgs/typos-lsp/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'typos-lsp'
|
||||||
|
pkgname=typos-lsp
|
||||||
|
version=0.1.37
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
make_install_args="--path crates/typos-lsp"
|
||||||
|
depends="typos"
|
||||||
|
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=a1fc610814752811bccac1cc2a75b86a2475df7546a6051f4618c5625d286a1d
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue