19 lines
602 B
Bash
19 lines
602 B
Bash
# Template file for 'imgp'
|
|
pkgname=imgp
|
|
version=2.8
|
|
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"
|
|
distfiles="https://github.com/jarun/imgp/archive/v${version}.tar.gz"
|
|
checksum=91494f57a110c4439ae956a8a45762467d8deb4606a92f687efdc3a61e4e7cbd
|
|
|
|
post_install() {
|
|
vcompletion auto-completion/bash/imgp-completion.bash bash imgp
|
|
vcompletion auto-completion/zsh/_imgp zsh
|
|
vcompletion auto-completion/fish/imgp.fish fish
|
|
}
|