vp-build/srcpkgs/akonadi-calendar/template

26 lines
851 B
Bash

# Template file for 'akonadi-calendar'
pkgname=akonadi-calendar
version=21.04.0
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules python3 qt5-qmake qt5-host-tools
gettext kcoreaddons kconfig"
makedepends="akonadi-contacts-devel kmailtransport-devel kcalutils-devel"
short_desc="Akonadi calendar integration"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://community.kde.org/KDE_PIM"
distfiles="${KDE_SITE}/release-service/${version}/src/akonadi-calendar-${version}.tar.xz"
checksum=a198bade1dd014d78a289eb76712388f055c7e7d7359c44aba2c857eba14c9f9
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"
}
}