void-packages/srcpkgs/cura-fdm-materials/template
2018-05-13 18:22:23 +02:00

16 lines
503 B
Bash

# Template file for 'cura-fdm-materials'
pkgname=cura-fdm-materials
version=3.3.0
revision=1
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=654bfd5b2c908cc250e3d24458e02fe12541840678d96bb2c070d23a8845bb99
post_install() {
vlicense LICENSE
}