20 lines
811 B
Bash
20 lines
811 B
Bash
# Template file for 'cura'
|
|
pkgname=cura
|
|
version=4.3.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="Cura-${version}"
|
|
build_style=cmake
|
|
configure_args="-DCURA_VERSION=${version} -DCURA_SDK_VERSION=6.0.0 -DCURA_CLOUD_API_VERSION=1"
|
|
pycompile_module="cura"
|
|
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
|
|
libSavitar-python3 python3-requests qt5-graphicaleffects"
|
|
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=a27f5671250452d685069d8fe8018438ec32c096cd5b2c0d54ada7022ded1ccf
|