# Template file for 'python3-lsprotocol'
pkgname=python3-lsprotocol
version=2023.0.1
revision=2
build_style=python3-pep517
hostmakedepends="python3-wheel python3-flit_core"
depends="python3-attrs python3-cattrs"
short_desc="Code generator and generated types for Language Server Protocol"
maintainer="Mihail Ivanchev <contact@ivanchev.net>"
license="MIT"
homepage="https://github.com/microsoft/lsprotocol"
changelog="https://github.com/microsoft/lsprotocol/releases"
distfiles="${PYPI_SITE}/l/lsprotocol/lsprotocol-${version}.tar.gz"
checksum=cc5c15130d2403c18b734304339e51242d3018a05c4f7d0f198ad6e0cd21861d

post_install() {
	vlicense LICENSE
}
