void-packages/srcpkgs/cura-fdm-materials/template
2020-05-03 00:28:08 +02:00

19 lines
539 B
Bash

# Template file for 'cura-fdm-materials'
pkgname=cura-fdm-materials
reverts="2019.08.21_1"
version=4.6.1
revision=1
archs=noarch
wrksrc="fdm_materials-${version}"
build_style=cmake
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=eb7c9cfba1b89b02c447f620df01a919649ffa7c4eaef96f3704829111954b7d
post_install() {
vlicense LICENSE
}