diff --git a/srcpkgs/python3-lsprotocol/template b/srcpkgs/python3-lsprotocol/template new file mode 100644 index 00000000000..e48355e5ef1 --- /dev/null +++ b/srcpkgs/python3-lsprotocol/template @@ -0,0 +1,18 @@ +# Template file for 'python3-lsprotocol' +pkgname=python3-lsprotocol +version=2023.0.1 +revision=1 +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 " +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 +}