diff --git a/srcpkgs/plasma-thunderbolt/template b/srcpkgs/plasma-thunderbolt/template new file mode 100644 index 00000000000..58e299f6c08 --- /dev/null +++ b/srcpkgs/plasma-thunderbolt/template @@ -0,0 +1,19 @@ +# Template file for 'plasma-thunderbolt' +pkgname=plasma-thunderbolt +version=5.17.0 +revision=1 +build_style=cmake +hostmakedepends="extra-cmake-modules kcoreaddons kcmutils + qt5-host-tools qt5-qmake" +makedepends="kcmutils-devel" +depends="bolt" +short_desc="Plasma integration for controlling Thunderbolt devices" +maintainer="John " +license="GPL-3.0-or-later" +homepage="https://cgit.kde.org/plasma-thunderbolt.git" +distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" +checksum=8e244a2f6e872451166deaf454a057110761acec054655986d55576af38a23e1 + +do_check() { + : # Requires running dbus and bolt services +}