void-packages/srcpkgs/plasma-thunderbolt/template
2021-01-06 13:39:29 +01:00

19 lines
649 B
Bash

# Template file for 'plasma-thunderbolt'
pkgname=plasma-thunderbolt
version=5.20.5
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules kcoreaddons kcmutils
gettext qt5-host-tools qt5-qmake"
makedepends="kcmutils-devel"
depends="bolt"
short_desc="Plasma integration for controlling Thunderbolt devices"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"
homepage="https://invent.kde.org/plasma/plasma-thunderbolt"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=6013e7b6ffa140f17c128f091d526a561c6e91109da23b3368b1fe62dffd851a
do_check() {
: # Requires running dbus and bolt services
}