mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
parent
043f029b5b
commit
83464fe10b
1 changed files with 18 additions and 0 deletions
18
srcpkgs/SIR/template
Normal file
18
srcpkgs/SIR/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'SIR'
|
||||||
|
pkgname=SIR
|
||||||
|
version=3.2
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="exiv2-devel qt5-svg-devel qt5-tools-devel"
|
||||||
|
depends="dcraw qt5-imageformats"
|
||||||
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
|
short_desc="Simple Image Resizer using Qt5 and exiv2"
|
||||||
|
homepage="http://marek629.github.io/SIR/"
|
||||||
|
license="GPL-2"
|
||||||
|
distfiles="https://github.com/marek629/SIR/archive/v${version}.tar.gz"
|
||||||
|
checksum=a39090df1f4dfdf15583d6c591a9e55cfcee80142c275e631bd12fbc46a7ba97
|
||||||
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
||||||
|
fi
|
Loading…
Add table
Reference in a new issue