void-packages/srcpkgs/kirigami2/template
2020-04-11 15:45:05 +02:00

27 lines
878 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.69.0
revision=1
build_style=cmake
hostmakedepends="kcoreaddons 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="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.0-or-later"
homepage="https://techbase.kde.org/Kirigami"
distfiles="${KDE_SITE}/frameworks/${version%.*}/kirigami2-${version}.tar.xz"
checksum=8cf742d8f695c5ff6c7bcb5da1baddb50f5f5a0e96e879d8243704c847cd1443
kirigami2-devel_package() {
short_desc+=" - development"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove usr/lib/qt5/mkspecs
vmove "usr/lib/*.so"
}
}