# Maintainer: Maciej Dems pkgname=plask-bin pkgver=2024.02.21 pkgrel=1 pkgdesc="Photonic LAser Simulation Kit: a comprehensive tool for numerical analysis of broad range of physical phenomena in photonic devices" url="https://plask.app" arch=('x86_64') license=('custom') provides=('plask') replaces=('plask') conflicts=('plask') depends=('boost-libs' 'expat' 'openmp' 'intel-oneapi-mkl' 'lapack' 'qt5-declarative' 'qt5-tools' 'python-numpy' 'python-matplotlib' 'python-lxml' 'python-yaml' 'pyside2' 'libx11') optdepends=('python-h5py: for saving results to files' 'python-scipy: for scientific tools' 'python-jedi: for Python hints in GUI' 'python-paramiko: for remote computation launching' 'ipython: for interactive shell') source=("plask-$pkgver.tar.zst::https://get.plask.app/packages/plask-$pkgver-1-x86_64.pkg.tar.zst") sha256sums=('b93e8bd10f4afb6b6c1446a0fab4b7c3487dc080d27e0b572331d167f05a2a89') noextract=("plask-$pkgver.tar.zst") package() { cd "$pkgdir" tar xf "$srcdir/plask-$pkgver.tar.zst" --zstd --exclude='.*' }