vp-build/srcpkgs/Uranium/template

24 lines
918 B
Bash

# Template file for 'Uranium'
pkgname=Uranium
version=4.13.1
revision=1
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=185db9e6353a4f44b69287ed5f6314d28f10a0dd43790485275d6db5b5907a41
post_install() {
vmkdir usr/share/uranium/cmake
mv $DESTDIR/usr/share/cmake-*/Modules/* $DESTDIR/usr/share/uranium/cmake/
}