diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template new file mode 100644 index 0000000000..a297e0ea86 --- /dev/null +++ b/srcpkgs/python3-tifffile/template @@ -0,0 +1,18 @@ +# Template file for 'python3-tifffile' +pkgname=python3-tifffile +version=2020.7.4 +revision=1 +wrksrc="${pkgname#python3-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-numpy" +short_desc="Read and write TIFF files" +maintainer="Andrew J. Hesford " +license="BSD-3-Clause" +homepage="https://github.com/cgohlke/tifffile" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=0bdd2be3d4235c20ba5b9c266c1b835c387df539b9c1abeb0ca7e55846503676 + +post_install() { + vlicense LICENSE +}