# Maintainer: Maciej Dems pkgname=plask-bin pkgver=2023.12.22 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=('bb9a80089dba222b9f80e58e0f35d6d2e9a6e182c9f892d979bef1e66fa05f17') noextract=("plask-$pkgver.tar.zst") package() { cd "$pkgdir" tar xf "$srcdir/plask-$pkgver.tar.zst" --zstd --exclude='.*' }