3fdad91bf9
Discussed with @chneukirchen.
15 lines
545 B
Bash
15 lines
545 B
Bash
# Template file for 'phototonic'
|
|
pkgname=phototonic
|
|
version=1.7.0
|
|
revision=1
|
|
wrksrc="${pkgname}-${version%.*}"
|
|
build_style=qmake
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://oferkv.github.io/phototonic/"
|
|
license="GPL-3"
|
|
short_desc="Lightweight image viewer and organizer for Qt5"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="qt5-svg-devel exiv2-devel"
|
|
depends="qt5-imageformats"
|
|
distfiles="https://github.com/oferkv/${pkgname}/archive/v${version%.*}.tar.gz"
|
|
checksum=ef194d41e71b4d50e347f56da27a2e5d00a86f4ba4ff6580f86852df475f39df
|