vp-build/srcpkgs/kirigami2/template

26 lines
833 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Template file for 'kirigami2'
pkgname=kirigami2
version=5.52.0
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools"
makedepends="qt5-devel qt5-declarative-devel qt5-svg-devel qt5-quickcontrols2-devel
qt5-tools-devel"
depends="qt5-graphicaleffects"
short_desc="Kirigami is KDEs lightweight user interface framework"
maintainer="Sir_Boops <admin@boops.me>"
license="LGPL-2.0-or-later"
homepage="https://techbase.kde.org/Kirigami"
distfiles="${KDE_SITE}/frameworks/${version%.*}/kirigami2-${version}.tar.xz"
checksum=375ec103d56a71ee3a5f43de1cfb4720fc33c125b2b2de545f9e563851c38c24
kirigami2-devel_package() {
short_desc+=" - development"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}