mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: skanlite-2.1.0.1
This commit is contained in:
parent
e5495cc446
commit
d85d87bee0
1 changed files with 18 additions and 0 deletions
18
srcpkgs/skanlite/template
Normal file
18
srcpkgs/skanlite/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'skanlite'
|
||||||
|
pkgname=skanlite
|
||||||
|
version=2.1.0.1
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
|
hostmakedepends="extra-cmake-modules"
|
||||||
|
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"
|
||||||
|
distfiles="${KDE_SITE}/${pkgname}/${version%.*.*}/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=b4733e55b706eaf749522aa81ec47bfd65a95c2fec994c1c47e0c4b628e70442
|
||||||
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" kdoctools python qt5-host-tools qt5-qmake"
|
||||||
|
fi
|
Loading…
Add table
Reference in a new issue