void-packages/srcpkgs/cropgui/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

19 lines
600 B
Bash

# 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="Orphaned <orphan@voidlinux.org>"
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
}