void-packages/srcpkgs/jupyterlab/template
2021-06-23 22:46:33 -04:00

19 lines
616 B
Bash

# Template file for 'jupyterlab'
pkgname=jupyterlab
version=3.0.16
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-jupyterlab_server nodejs python3-nbclassic"
short_desc="JupyterLab computational environment"
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
license="custom:jupyterlab"
homepage="https://jupyter.org"
distfiles="https://github.com/jupyterlab/jupyterlab/archive/refs/tags/v${version}.tar.gz"
checksum=edc3f0c895cc3e0020551d933223dec93e779a2d25de26d26e90bc3e8e56339d
# Tests require unpackaged dependencies
make_check=no
post_install() {
vlicense LICENSE
}