23 lines
918 B
Bash
23 lines
918 B
Bash
# Template file for 'Uranium'
|
|
pkgname=Uranium
|
|
version=4.11.0
|
|
revision=2
|
|
build_style=cmake
|
|
pycompile_dirs="usr/lib/uranium/plugins"
|
|
hostmakedepends="python3 gettext"
|
|
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"
|
|
checkdepends="python3-pytest python3-mypy python3-certifi
|
|
python3-Twisted $depends"
|
|
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=1765d563a36c3158ea8abe4d87b0e3f5e0e595a1c7584b9bd672331e300c0677
|
|
|
|
post_install() {
|
|
vmkdir usr/share/uranium/cmake
|
|
mv $DESTDIR/usr/share/cmake-*/Modules/* $DESTDIR/usr/share/uranium/cmake/
|
|
}
|