diff --git a/srcpkgs/python3-pillow-avif/template b/srcpkgs/python3-pillow-avif/template new file mode 100644 index 00000000000..f68956e1c82 --- /dev/null +++ b/srcpkgs/python3-pillow-avif/template @@ -0,0 +1,19 @@ +# Template file for 'python3-pillow-avif' +pkgname=python3-pillow-avif +version=1.5.2 +revision=1 +build_style=python3-module +hostmakedepends="pkg-config python3-Pillow python3-setuptools" +makedepends="python3-devel libavif-devel" +depends="python3-Pillow" +short_desc="Pillow plugin that adds avif support via libavif" +maintainer="zenobit " +license="BSD-2-Clause" +homepage="https://github.com/fdintino/pillow-avif-plugin" +changelog="https://raw.githubusercontent.com/fdintino/pillow-avif-plugin/refs/heads/main/CHANGELOG.rst" +distfiles="https://github.com/fdintino/pillow-avif-plugin/archive/refs/tags/v${version}.tar.gz" +checksum=ca224a3ba77cc2ccc5a4e3a7e081c2c0914ea1481fdeb4c4c007e04d8675c5fe + +post_install() { + vlicense LICENSE +}