void-packages/srcpkgs/typst-lsp/template
2023-05-20 17:59:32 -04:00

15 lines
463 B
Bash

# Template file for 'typst-lsp'
pkgname=typst-lsp
version=0.5.0
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"
checksum=8bd207a9af9e2498205148274260b45b392ad9d8eb80b62c36fad2adc73ee87c
post_install() {
vlicense LICENSE-MIT.txt
}