void-packages/srcpkgs/cura-fdm-materials/template
2017-12-18 12:05:52 +01:00

16 lines
497 B
Bash

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