void-packages/srcpkgs/akonadi-calendar/template

25 lines
845 B
Bash

# Template file for 'akonadi-calendar'
pkgname=akonadi-calendar
version=17.12.3
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules python3 qt5-qmake qt5-host-tools kconfig"
makedepends="akonadi-contacts-devel kmailtransport-devel kcalutils-devel"
short_desc="Akonadi calendar integration"
maintainer="John <johnz@posteo.net>"
license="LGPL-2.1-or-later"
homepage="https://community.kde.org/KDE_PIM"
distfiles="https://download.kde.org/stable/applications/${version}/src/akonadi-calendar-${version}.tar.xz"
checksum=caece786ee166536397a18d5f5c1f5b7d0df609c4daaf831407d57e9f9b5d939
akonadi-calendar-devel_package() {
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/qt5/mkspecs
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}