diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template new file mode 100644 index 00000000000000..e1da0e06eb2786 --- /dev/null +++ b/srcpkgs/python3-imageio/template @@ -0,0 +1,18 @@ +# Template file for 'python3-imageio' +pkgname=python3-imageio +version=2.6.1 +revision=1 +wrksrc=imageio-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Library to read/write image, video, scientific and volumetric data" +maintainer="Alex Childs " +license="BSD-2-Clause" +homepage="https://imageio.github.io" +distfiles="${PYPI_SITE}/i/imageio/imageio-${version}.tar.gz" +checksum=f44eb231b9df485874f2ffd22dfd0c3c711e7de076516b9374edea5c65bc67ae + +post_install() { + vlicense LICENSE +}