mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
New package: python3-pillow-avif
Signed-off-by: zenobit <zenobit@disroot.org>
This commit is contained in:
parent
a827b97bf3
commit
2532827e0e
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-pillow-avif/template
Normal file
19
srcpkgs/python3-pillow-avif/template
Normal file
|
@ -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 <zenobit@disroot.org>"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue