# Template file for 'imgp'
pkgname=imgp
version=2.9
revision=1
build_style=gnu-makefile
depends="python3-Pillow"
short_desc="Multi-core batch image resizer and rotator"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/jarun/imgp"
changelog="https://raw.githubusercontent.com/jarun/imgp/refs/heads/master/CHANGELOG"
distfiles="https://github.com/jarun/imgp/archive/refs/tags/v${version}.tar.gz"
checksum=4cc3dcbe669ff6b97641ce0c6c332e63934d829a0700fd87171d5be5b1b89305

post_install() {
	vcompletion auto-completion/bash/imgp-completion.bash bash imgp
	vcompletion auto-completion/zsh/_imgp zsh
	vcompletion auto-completion/fish/imgp.fish fish
}
