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