void-packages/srcpkgs/cura-fdm-materials/template
2019-12-14 04:07:48 +01:00

18 lines
539 B
Bash

# Template file for 'cura-fdm-materials'
pkgname=cura-fdm-materials
reverts="2019.08.21_1"
version=4.4.0
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=d76266ce03b597b7bdeb417eacc7f82b31a07e9fb5b39f3de4e44f1257b41af0
post_install() {
vlicense LICENSE
}