void-packages/srcpkgs/cura-engine/template

20 lines
646 B
Bash
Raw Normal View History

2017-06-28 17:42:52 +02:00
# Template file for 'cura-engine'
pkgname=cura-engine
2018-04-26 10:55:08 +02:00
version=3.3.0
revision=2
2017-06-28 17:42:52 +02:00
wrksrc="CuraEngine-${version}"
2018-04-26 10:55:08 +02:00
build_style=cmake
2018-05-20 18:56:45 +02:00
configure_args="-DCURA_ENGINE_VERSION=${version}"
2017-06-28 17:42:52 +02:00
hostmakedepends="protobuf"
2018-04-26 10:55:08 +02:00
makedepends="libArcus-devel libgomp-devel protobuf-devel"
2017-06-28 17:42:52 +02:00
short_desc="Engine for processing 3D models into GCode"
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
2018-04-26 10:55:08 +02:00
license="AGPL-3.0-or-later"
2017-06-28 17:42:52 +02:00
homepage="https://github.com/Ultimaker/CuraEngine"
distfiles="https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz"
2018-04-26 10:55:08 +02:00
checksum=a8fd7deb505771d2e7cf3a2c2d7e78479f59e001a990374ed505030804dc71fc
2017-11-03 18:10:06 +01:00
2017-10-30 21:15:08 +01:00
post_install() {
vlicense LICENSE
}