mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 13:17:00 +02:00
23 lines
737 B
Bash
23 lines
737 B
Bash
# Template file for 'kf6-kcrash'
|
|
pkgname=kf6-kcrash
|
|
version=6.1.0
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="extra-cmake-modules qt6-tools qt6-base "
|
|
makedepends="kf6-kcoreaddons-devel"
|
|
short_desc="KDE Graceful handling of application crashes"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://invent.kde.org/frameworks/kcrash"
|
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
|
checksum=727f82e9767c2f647b7ee6bd79d51ebd40691271320dcb7835a30cf8806479ed
|
|
|
|
kf6-kcrash-devel_package() {
|
|
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/cmake
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|