void-packages/srcpkgs/kirigami2/template
2019-02-09 22:32:46 +01:00

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