void-packages/srcpkgs/cura-engine/template

23 lines
736 B
Bash
Raw Normal View History

2017-06-28 17:42:52 +02:00
# Template file for 'cura-engine'
pkgname=cura-engine
2018-02-14 23:57:08 +01:00
version=3.2.1
revision=1
2017-06-28 17:42:52 +02:00
build_style=cmake
wrksrc="CuraEngine-${version}"
configure_args="-DCURA_ENGINE_VERSION:STRING=${version}"
hostmakedepends="protobuf"
makedepends="libArcus-devel protobuf-devel libgomp-devel"
depends="libArcus libgomp"
short_desc="Engine for processing 3D models into GCode"
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="AGPL-3"
homepage="https://github.com/Ultimaker/CuraEngine"
distfiles="https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz"
2018-02-14 23:57:08 +01:00
checksum=b26fcc1ebda7f81a631cbaa419244c5808a6938dd47459c9c0afc94f381dfa52
2017-11-03 18:10:06 +01:00
CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1 -D_GLIBCXX_USE_C99_STDLIB=1"
2017-10-30 21:15:08 +01:00
post_install() {
vlicense LICENSE
}