mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
New package: cropgui-0.3.
This commit is contained in:
parent
baeb9e8ffd
commit
64257fbdd5
1 changed files with 18 additions and 0 deletions
18
srcpkgs/cropgui/template
Normal file
18
srcpkgs/cropgui/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue