void-packages/srcpkgs/imgp/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

20 lines
698 B
Bash

# Template file for 'imgp'
pkgname=imgp
version=2.6
revision=2
archs=noarch
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=f79d35b4337269b51f166e80a5e8e39f08f33f7843733d3ed85795bbe1eea799
post_install() {
vinstall auto-completion/bash/imgp-completion.bash 644 usr/share/bash-completion/completions imgp
vinstall auto-completion/zsh/_imgp 644 usr/share/zsh/site-functions
vinstall auto-completion/fish/imgp.fish 644 usr/share/fish/completions
}