vp-build/srcpkgs/cura-fdm-materials/template

17 lines
497 B
Bash

# Template file for 'cura-fdm-materials'
pkgname=cura-fdm-materials
version=3.0.3
revision=1
build_style=cmake
short_desc="FDM Material database"
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="CC0"
homepage="https://github.com/Ultimaker/fdm_materials"
distfiles="https://github.com/Ultimaker/fdm_materials/archive/${version}.tar.gz"
checksum=f7a5759b2f83f0f04e36895b845e01102cefd916fd0ea42366fdc4d77d5b6dc9
wrksrc=fdm_materials-${version}
post_install() {
vlicense LICENSE
}