void-packages/srcpkgs/typst-lsp/template

16 lines
463 B
Bash
Raw Normal View History

2023-04-02 06:25:32 -04:00
# Template file for 'typst-lsp'
pkgname=typst-lsp
2023-05-20 17:58:55 -04:00
version=0.5.0
2023-04-02 06:25:32 -04:00
revision=1
build_style=cargo
short_desc="Language server for Typst"
maintainer="classabbyamp <void@placeviolette.net>"
license="Apache-2.0, MIT"
homepage="https://github.com/nvarner/typst-lsp"
distfiles="https://github.com/nvarner/typst-lsp/archive/refs/tags/v${version}.tar.gz"
2023-05-20 17:58:55 -04:00
checksum=8bd207a9af9e2498205148274260b45b392ad9d8eb80b62c36fad2adc73ee87c
2023-04-02 06:25:32 -04:00
post_install() {
vlicense LICENSE-MIT.txt
}