void-packages/srcpkgs/cura-fdm-materials/template
2018-05-20 18:57:56 +02:00

17 lines
514 B
Bash

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