void-packages/srcpkgs/cura-fdm-materials/template
Karl Nilsson a6d2686f75 Update cura and dependencies to 3.4.1 (#788)
* cura-engine: update to 3.4.1.

* cura-fdm-materials: update to 3.4.1.

* libArcus: update to 3.4.1.

* Uranium: update to 3.4.1.

* cura: update to 3.4.1.
2018-07-14 12:47:01 +02:00

17 lines
514 B
Bash

# Template file for 'cura-fdm-materials'
pkgname=cura-fdm-materials
version=3.4.1
revision=1
noarch=yes
build_style=cmake
wrksrc="fdm_materials-${version}"
short_desc="FDM Material database"
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="CC0-1.0"
homepage="https://github.com/Ultimaker/fdm_materials"
distfiles="https://github.com/Ultimaker/fdm_materials/archive/${version}.tar.gz"
checksum=175f7475e7cd94486041b12cb61990348d50dbb2f0015979509b916eeac4d07f
post_install() {
vlicense LICENSE
}