20 lines
791 B
Bash
20 lines
791 B
Bash
# Template file for 'cura'
|
|
pkgname=cura
|
|
version=4.4.1
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="Cura-${version}"
|
|
build_style=cmake
|
|
configure_args="-DCURA_VERSION=${version}"
|
|
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
|
|
python3-certifi python3-trimesh 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=824fbb3f3a5b92fda011cbf66e48dbe48eddb36ca287aaaa56458c5643d15736
|