void-packages/srcpkgs/cura-engine/template
2021-07-12 22:49:52 -03:00

19 lines
651 B
Bash

# Template file for 'cura-engine'
pkgname=cura-engine
version=4.10.0
revision=1
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=bbc931251c89f68b8670cd0e5a06b81fde99a5e440bdbfe0e7efc3a749642157
post_install() {
vlicense LICENSE
}