mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 23:57:01 +02:00
25 lines
774 B
Bash
25 lines
774 B
Bash
# Template file for 'kf6-kdav'
|
|
pkgname=kf6-kdav
|
|
version=6.12.0
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
|
|
gettext"
|
|
makedepends="qt6-base-devel kf6-kio-devel kf6-ki18n-devel"
|
|
short_desc="DAV protocol implementation with KJobs"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://invent.kde.org/frameworks/kdav"
|
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
|
checksum=b073d6042bf144801c16b3c19e1b8a2a8183b8939397ac3ceaa43d20684330be
|
|
replaces="kdav>=0"
|
|
|
|
kf6-kdav-devel_package() {
|
|
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/cmake
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|