void-packages/srcpkgs/cura-fdm-materials/template

17 lines
497 B
Bash

# Template file for 'cura-fdm-materials'
pkgname=cura-fdm-materials
version=3.2.1
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=81be274398854f09260c2fd4d6787fba9ba1808d44ac224c1879a8f0d74fdcbd
wrksrc=fdm_materials-${version}
post_install() {
vlicense LICENSE
}