20 lines
650 B
Bash
20 lines
650 B
Bash
# Template file for 'cura-engine'
|
|
pkgname=cura-engine
|
|
version=4.4.1
|
|
revision=2
|
|
wrksrc="CuraEngine-${version}"
|
|
build_style=cmake
|
|
configure_args="-DCURA_ENGINE_VERSION=${version}"
|
|
hostmakedepends="protobuf git"
|
|
makedepends="libArcus-devel libgomp-devel protobuf-devel"
|
|
short_desc="Engine for processing 3D models into GCode"
|
|
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
|
|
license="AGPL-3.0-or-later"
|
|
homepage="https://github.com/Ultimaker/CuraEngine"
|
|
distfiles="https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz"
|
|
checksum=6881262902405f8ad8732d9098ddf796cd0e5b23ff3c09e4d0af47d55eadab83
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|