void-packages/srcpkgs/cura-fdm-materials/template
2019-03-23 04:28:45 -03:00

17 lines
516 B
Bash

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