void-packages/srcpkgs/kirigami2/template
2019-07-13 18:08:10 +02:00

25 lines
845 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.60.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="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=f016481d393041513dda11345e9ee84723587fa4be9f17391ed1a5868477e153
kirigami2-devel_package() {
short_desc+=" - development"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}