New package: cropgui-0.3.
This commit is contained in:
parent
baeb9e8ffd
commit
64257fbdd5
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue