aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/plasma-activities-stats/template
blob: d0a81b71c872d6947470def470a300419e3fc1b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Template file for 'plasma-activities-stats'
pkgname=plasma-activities-stats
version=6.0.5
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt6-base qt6-tools"
makedepends="kf6-kconfig-devel plasma-activities-devel
 boost-devel"
short_desc="Library for accessing the usage data collected by the activities system"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"
homepage="https://invent.kde.org/plasma/plasma-activities-stats"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=d7aaaff97b1f0c3c941b134a33f77d95af095cbb1a64efe741d7afd15c987b5f

plasma-activities-stats-devel_package() {
	depends="${sourcepkg}>=${version}_${revision}"
	short_desc+=" - development files"
	pkg_install() {
		vmove usr/lib/pkgconfig
		vmove usr/include
		vmove usr/lib/cmake
		vmove "usr/lib/*.so"
	}
}