diff --git a/srcpkgs/python3-pylsp-mypy/template b/srcpkgs/python3-pylsp-mypy/template new file mode 100644 index 00000000000..cbc3a0a596e --- /dev/null +++ b/srcpkgs/python3-pylsp-mypy/template @@ -0,0 +1,19 @@ +# Template file for 'python3-pylsp-mypy' +pkgname=python3-pylsp-mypy +version=0.6.9 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-wheel" +depends="python3-lsp-server" +short_desc="Mypy plugin for the Python LSP Server" +maintainer="Mihail Ivanchev " +license="MIT" +homepage="https://github.com/python-lsp/pylsp-mypy" +changelog="https://github.com/python-lsp/pylsp-mypy/releases" +distfiles="${PYPI_SITE}/p/pylsp-mypy/pylsp_mypy-${version}.tar.gz" +checksum=d28994a6ba123c3918ce3274a5cad768418650e575001002101c425ad6c7bbaa + + +post_install() { + vlicense LICENSE +}