18 lines
620 B
Bash
18 lines
620 B
Bash
# Template file for 'cropgui'
|
|
pkgname=cropgui
|
|
version=0.8
|
|
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=8c874ccf12aab918fe3998360e18f58af1a84ca42014ab84bca1e8592e122930
|
|
python_version=3
|
|
|
|
do_install() {
|
|
./install.sh -f gtk -t "$PKGDESTDIR" -P python3 -p /usr
|
|
}
|