diff --git a/common/shlibs b/common/shlibs
index f487af40af9..0246684069d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1949,6 +1949,7 @@ libKF6ConfigQml.so.6 kf6-kconfig-6.0.0_1
 libKF6ConfigGui.so.6 kf6-kconfig-6.0.0_1
 libKF6ConfigWidgets.so.6 kf6-kconfigwidgets-6.0.0_1
 libKF6CoreAddons.so.6 kf6-kcoreaddons-6.0.0_1
+libKF6Crash.so.6 kf6-kcrash-6.0.0_1
 libKF6DocTools.so.6 kf6-kdoctools-6.0.0_1
 libKF6GuiAddons.so.6 kf6-kguiaddons-6.0.0_1
 libKF6I18nLocaleData.so.6 kf6-ki18n-6.0.0_1
diff --git a/srcpkgs/kf6-kcrash-devel b/srcpkgs/kf6-kcrash-devel
new file mode 120000
index 00000000000..6a51f81e63e
--- /dev/null
+++ b/srcpkgs/kf6-kcrash-devel
@@ -0,0 +1 @@
+kf6-kcrash
\ No newline at end of file
diff --git a/srcpkgs/kf6-kcrash/template b/srcpkgs/kf6-kcrash/template
new file mode 100644
index 00000000000..f5f5eaab971
--- /dev/null
+++ b/srcpkgs/kf6-kcrash/template
@@ -0,0 +1,23 @@
+# 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"
+	}
+}