void-packages/srcpkgs/cura-engine/template
2019-12-14 04:07:48 +01:00

19 lines
650 B
Bash

# Template file for 'cura-engine'
pkgname=cura-engine
version=4.4.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=972d7fad4386d3ec74e7c247042c7778c61b0e3546cc95484211d0d797842160
post_install() {
vlicense LICENSE
}