19 lines
717 B
Bash
19 lines
717 B
Bash
# Template file for 'cura'
|
|
pkgname=cura
|
|
version=3.6.0
|
|
revision=4
|
|
noarch=yes
|
|
wrksrc="Cura-${version}"
|
|
build_style=cmake
|
|
configure_args="-DCURA_VERSION=${version}"
|
|
pycompile_module="cura"
|
|
pycompile_dirs="usr/lib/cura/plugins"
|
|
makedepends="Uranium libArcus-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=c3f9a93c16cd2d082d871448d2763e69955735f73be79dd3528b36a03cfb30c0
|