diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template new file mode 100644 index 0000000000..2529175a91 --- /dev/null +++ b/srcpkgs/jupyterlab/template @@ -0,0 +1,19 @@ +# Template file for 'jupyterlab' +pkgname=jupyterlab +version=3.0.15 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-jupyterlab_server nodejs python3-nbclassic" +short_desc="JupyterLab computational environment" +maintainer="dkwo " +license="custom:jupyterlab" +homepage="https://jupyter.org" +distfiles="https://github.com/jupyterlab/jupyterlab/archive/refs/tags/v${version}.tar.gz" +checksum=b83ccd2dc068e714158155f2e0f22313ca0be2dfb7aacdc604efdb05969a0af8 +# Tests require unpackaged dependencies +make_check=no + +post_install() { + vlicense LICENSE +}