vp-build/srcpkgs/skanlite/template

20 lines
732 B
Bash

# Template file for 'skanlite'
pkgname=skanlite
version=21.12.3
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules gettext kcoreaddons"
makedepends="kio-devel libksane-devel"
short_desc="Image Scanning Application"
maintainer="travankor <travankor@tuta.io>"
license="GPL-2.0-or-later"
homepage="https://www.kde.org/applications/graphics/skanlite"
changelog="https://kde.org/announcements/changelogs/gear/${version}/#skanlite"
distfiles="${KDE_SITE}/release-service/${version}/src/skanlite-${version}.tar.xz"
checksum=77e09cee9f57e8bda4905d358ecf296528df8ad73c93f722c6ec689d65abbc19
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
fi