void-packages/srcpkgs/qimgv/template

18 lines
545 B
Bash

# Template file for 'qimgv'
pkgname=qimgv
version=0.7
revision=1
build_style=cmake
makedepends="qt5-devel mpv-devel"
depends="hicolor-icon-theme"
short_desc="Cross-platform image viewer with webm support"
maintainer="travankor <travankor@tuta.io>"
license="GPL-3.0-or-later"
homepage="https://github.com/easymodo/qimgv"
distfiles="https://github.com/easymodo/qimgv/archive/v${version}.tar.gz"
checksum=ce47987c835068230eeb8512ee5e3f9751e4c7d3f94785ebe386e4484da417d6
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake"
fi