New package: cropgui-0.3.

This commit is contained in:
maxice8 2017-10-31 21:44:34 -02:00 committed by Toyam Cox
parent baeb9e8ffd
commit 64257fbdd5

18
srcpkgs/cropgui/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'cropgui'
pkgname=cropgui
version=0.3
revision=1
hostmakedepends="python"
makedepends="python"
depends="python python-Pillow python-gobject2 pygtk libjpeg-turbo-tools
ImageMagick exiftool"
short_desc="Gtk frontend for lossless cropping of jpeg images"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="GPL-2"
homepage="https://github.com/jepler/cropgui"
distfiles="https://github.com/jepler/cropgui/archive/v${version}.tar.gz"
checksum=1d3c009ef922c5b4a2e33fa79ffa99e54fcb77ddb7c8f5939600f1e43675b4fe
do_install() {
./install.sh -f gtk -t "$PKGDESTDIR" -p /usr -P python2
}