19 lines
646 B
Bash
19 lines
646 B
Bash
# Template file for 'cura-engine'
|
|
pkgname=cura-engine
|
|
version=3.3.0
|
|
revision=1
|
|
wrksrc="CuraEngine-${version}"
|
|
build_style=cmake
|
|
configure_args="-DCURA_ENGINE_VERSION=${version}"
|
|
hostmakedepends="protobuf"
|
|
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=a8fd7deb505771d2e7cf3a2c2d7e78479f59e001a990374ed505030804dc71fc
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|