void-packages/srcpkgs/cura-fdm-materials/template
2019-08-26 11:08:40 +02:00

17 lines
521 B
Bash

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