From b9a2b5403bce1157498316e639d3f5aed78f05fa Mon Sep 17 00:00:00 2001 From: branon Date: Thu, 9 Jan 2025 15:06:35 -0500 Subject: [PATCH] New package: plasma-thermalmonitor --- srcpkgs/plasma-thermalmonitor/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/plasma-thermalmonitor/template diff --git a/srcpkgs/plasma-thermalmonitor/template b/srcpkgs/plasma-thermalmonitor/template new file mode 100644 index 00000000000000..7afa881aac5214 --- /dev/null +++ b/srcpkgs/plasma-thermalmonitor/template @@ -0,0 +1,17 @@ +# Template file for 'plasma-thermalmonitor' +pkgname=plasma-thermalmonitor +version=0.2.3 +revision=1 +build_style=cmake +hostmakedepends="extra-cmake-modules qt6-base qt6-tools kf6-kconfig" +makedepends="qt6-base-devel libplasma-devel" +short_desc="KDE Plasmoid for displaying system temperatures" +maintainer="branon " +license="MIT" +homepage="https://invent.kde.org/olib/thermalmonitor" +distfiles="https://invent.kde.org/olib/thermalmonitor/-/archive/v${version}/thermalmonitor-v${version}.tar.gz" +checksum=7caa91f758eb9ab14e3b24ee3c3641757d89e6528285a1b7324f155c18d69d75 + +post_install() { + vlicense LICENSE.txt +}