17 lines
624 B
Bash
17 lines
624 B
Bash
|
# Template file for 'cura'
|
||
|
pkgname=cura
|
||
|
version=2.7.0
|
||
|
revision=1
|
||
|
python_version=3
|
||
|
build_style=cmake
|
||
|
wrksrc="Cura-${version}"
|
||
|
configure_args="-DCURA_VERSION:STRING=${version}"
|
||
|
makedepends="libArcus-devel libArcus-python3 python3 Uranium"
|
||
|
depends="Uranium python3-pyserial cura-engine cura-fdm-materials python3-zeroconf"
|
||
|
short_desc="3D printer / slicing GUI"
|
||
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
||
|
license="AGPL-3"
|
||
|
homepage="https://github.com/Ultimaker/Cura"
|
||
|
distfiles="https://github.com/Ultimaker/Cura/archive/${version}.tar.gz"
|
||
|
checksum=8e73cad45676e75ac61e4091d858bdd3ef9f0277ed66b1775f14dc5734cf42f7
|