18 lines
516 B
Bash
18 lines
516 B
Bash
# Template file for 'cura-fdm-materials'
|
|
pkgname=cura-fdm-materials
|
|
version=4.2.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=96b2946ced9dec98fa73d82644dcaf6ce5801d9d9edc23d3f42b73a76fda0ef3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|