void-packages/srcpkgs/cura-fdm-materials/template
2021-07-12 22:49:52 -03:00

17 lines
527 B
Bash

# Template file for 'cura-fdm-materials'
pkgname=cura-fdm-materials
reverts="2019.08.21_1"
version=4.10.0
revision=1
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=1d516b1a326db9d214125ae882e82ed6ca97881c984d5d2ed7571456082c252b
post_install() {
vlicense LICENSE
}