17 lines
631 B
Bash
17 lines
631 B
Bash
# Template file for 'cura-engine'
|
|
pkgname=cura-engine
|
|
version=2.7.0
|
|
revision=1
|
|
build_style=cmake
|
|
wrksrc="CuraEngine-${version}"
|
|
configure_args="-DCURA_ENGINE_VERSION:STRING=${version}"
|
|
hostmakedepends="protobuf"
|
|
makedepends="libArcus-devel protobuf-devel libgomp-devel"
|
|
depends="libArcus libgomp"
|
|
short_desc="Engine for processing 3D models into GCode"
|
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
|
license="AGPL-3"
|
|
homepage="https://github.com/Ultimaker/CuraEngine"
|
|
distfiles="https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz"
|
|
checksum=54a32c3ea2ced4249eb08d46daa395bb71e2f5c93105cb992b0cb65b62793747
|