2024-10-14 23:59:14 +02:00
|
|
|
SUMMARY = "A tiny qt6/qml application to display information about the running system, or copy diagnostics data, without the terminal."
|
|
|
|
HOMEPAGE = "https://hyprland.org/"
|
|
|
|
LICENSE = "BSD-3-Clause"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
|
|
|
|
|
|
|
|
SRC_URI = "git://github.com/hyprwm/hyprsysteminfo.git;protocol=https;branch=main"
|
|
|
|
|
2024-10-18 00:45:30 +02:00
|
|
|
SRCREV = "8b271e2ba39a5a9299e4e7bb60245a71704f5a89"
|
2024-10-14 23:59:14 +02:00
|
|
|
S = "${WORKDIR}/git"
|
2024-10-16 22:59:47 +02:00
|
|
|
PV = "0.1.1"
|
2024-10-14 23:59:14 +02:00
|
|
|
|
2024-10-18 00:45:30 +02:00
|
|
|
DEPENDS = "qtbase qtquick3d qttools-native hyprutils qtwayland qtwayland-native"
|
2024-10-14 23:59:14 +02:00
|
|
|
|
|
|
|
inherit qt6-cmake
|