void-packages/srcpkgs/kf6-syndication/template

24 lines
731 B
Bash
Raw Normal View History

2024-02-29 22:25:41 +01:00
# Template file for 'kf6-syndication'
pkgname=kf6-syndication
2024-06-12 08:04:37 +02:00
version=6.3.0
2024-02-29 22:25:41 +01:00
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt6-tools qt6-base"
makedepends="kf6-kcodecs-devel"
short_desc="RSS/Atom parser library"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/syndication"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
2024-06-12 08:04:37 +02:00
checksum=cdf057c09be35e39809040072a67b8526ee612b6d8761f96f613b350d979c8d4
2024-02-29 22:25:41 +01:00
kf6-syndication-devel_package() {
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}