void-packages/srcpkgs/cura-engine/template
2020-03-04 08:19:29 +01:00

20 lines
650 B
Bash

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