void-packages/srcpkgs/cura-engine/template
2020-04-21 23:21:49 +00:00

19 lines
650 B
Bash

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