void-packages/srcpkgs/kirigami2/template
2019-04-15 03:11:12 +02:00

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