21 lines
891 B
Bash
21 lines
891 B
Bash
# Template file for 'cura'
|
|
pkgname=cura
|
|
version=4.12.1
|
|
revision=1
|
|
wrksrc="Cura-${version}"
|
|
build_style=cmake
|
|
configure_args="-DCURA_VERSION=${version}
|
|
-DURANIUM_DIR=$XBPS_CROSS_BASE/usr/share/uranium"
|
|
pycompile_dirs="usr/lib/cura/plugins"
|
|
hostmakedepends="python3"
|
|
makedepends="Uranium libArcus-devel python3-devel"
|
|
depends="Uranium cura-engine cura-fdm-materials python3-pyserial python3-zeroconf
|
|
python3-certifi python3-trimesh libSavitar-python3 python3-requests qt5-graphicaleffects
|
|
python3-pynest2d python3-keyring"
|
|
checkdepends="python3-pytest python3-mypy $depends"
|
|
short_desc="3D printer / slicing GUI"
|
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://github.com/Ultimaker/Cura"
|
|
distfiles="https://github.com/Ultimaker/Cura/archive/${version}.tar.gz"
|
|
checksum=98be51c664e75cb67d589c32d66e516a96bfe78829ded38d8be57128378d5a72
|