16 lines
624 B
Bash
16 lines
624 B
Bash
# Template file for 'cura'
|
|
pkgname=cura
|
|
version=3.2.1
|
|
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="LGPL-3"
|
|
homepage="https://github.com/Ultimaker/Cura"
|
|
distfiles="https://github.com/Ultimaker/Cura/archive/${version}.tar.gz"
|
|
checksum=23ef0f0670bc55ec3a6feed565e38a7e37136dd05ab5c202df6656aa24a5bbcb
|