25 lines
773 B
Bash
25 lines
773 B
Bash
# Template file for 'kf6-attica'
|
|
pkgname=kf6-attica
|
|
version=6.2.0
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="extra-cmake-modules qt6-tools qt6-base"
|
|
makedepends="qt6-base-devel"
|
|
short_desc="Qt library that implements the Open Collaboration Services API"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://invent.kde.org/frameworks/attica"
|
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
|
checksum=275fb00b3f483704d800484883a3789797a3198b0ce680d85313d9977ffde2f0
|
|
|
|
kf6-attica-devel_package() {
|
|
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/include
|
|
vmove usr/lib/cmake
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|