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