18 lines
611 B
Bash
18 lines
611 B
Bash
# Template file for 'cropgui'
|
|
pkgname=cropgui
|
|
version=0.5
|
|
revision=2
|
|
hostmakedepends="which python3"
|
|
depends="python3 python3-Pillow python3-gobject
|
|
libjpeg-turbo-tools ImageMagick exiftool"
|
|
short_desc="Gtk frontend for lossless cropping of jpeg images"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/jepler/cropgui"
|
|
distfiles="https://github.com/jepler/cropgui/archive/v${version}.tar.gz"
|
|
checksum=c1d6eca0b5a5750cd69a1de3fa73a5f444e5064f1cb23d3344554f66196d5513
|
|
python_version=3
|
|
|
|
do_install() {
|
|
./install.sh -f gtk -t "$PKGDESTDIR" -P python3 -p /usr
|
|
}
|