# Maintainer: Antonio Rojas pkgname=jupyterlab_launcher pkgver=0.11.2 pkgrel=2 pkgdesc="Launch an application built using JupyterLab" arch=(any) url="https://github.com/jupyterlab/jupyterlab_launcher" license=(custom) depends=(jupyter-notebook) makedepends=(python-setuptools) source=($pkgname-$pkgver.tar.gz::"https://github.com/jupyterlab/$pkgname/archive/v$pkgver.tar.gz") sha256sums=('9b9cdc255fc5d181485e2bd06bab2fa97dad4d1ca0f34f305ee6344132c1d54a') build() { cd $pkgname-$pkgver python setup.py build } package() { cd $pkgname-$pkgver python setup.py install --skip-build --root="$pkgdir" --optimize=1 install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE }