void-packages/srcpkgs/Uranium/template
2020-08-26 18:21:06 +02:00

22 lines
837 B
Bash

# Template file for 'Uranium'
pkgname=Uranium
version=4.7.0
revision=1
archs=noarch
build_style=cmake
pycompile_dirs="usr/lib/uranium/plugins"
hostmakedepends="python3"
depends="libArcus-python3 python3-PyQt5-opengl python3-PyQt5-quick
python3-PyQt5-svg python3-numpy-stl python3-scipy qt5-quickcontrols
qt5-quickcontrols2 python3-shapely python3-cryptography"
short_desc="Python framework for building Desktop applications"
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="LGPL-3.0-or-later"
homepage="https://github.com/Ultimaker/Uranium"
distfiles="https://github.com/Ultimaker/Uranium/archive/${version}.tar.gz"
checksum=def8cbd337a34d4d4cf9f7d6493c370417fb7774ac22b485a1324b370e8b5b30
post_install() {
vmkdir usr/share/uranium/cmake
mv $DESTDIR/usr/share/cmake-*/Modules/* $DESTDIR/usr/share/uranium/cmake/
}