void-packages/srcpkgs/ark/template
2017-11-14 17:30:57 +01:00

18 lines
707 B
Bash

# Template file for 'ark'
pkgname=ark
version=17.08.3
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt5-devel qt5-qmake kdoctools kconfig"
makedepends="libarchive-devel kpty-devel kparts-devel kitemmodels-devel"
short_desc="KDE Archiving Tool"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2"
homepage="https://kde.org/applications/utilities/ark"
distfiles="https://download.kde.org/stable/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=dd206ae58946f451d16b5369376b2fe46fa1e6d19d95637aa3a40fd1ec18e3e3
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" python kcoreaddons kparts"
configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
fi