2024-02-18 19:22:39 +01:00
|
|
|
SUMMARY = "Hyprland's idle daemon"
|
|
|
|
HOMEPAGE = "https:/github.com/hyprwm/hypridle"
|
|
|
|
LICENSE = "BSD-3-Clause"
|
|
|
|
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
|
|
|
|
|
|
|
|
SRC_URI = "git://github.com/hyprwm/hypridle.git;protocol=https;branch=main"
|
|
|
|
|
2024-05-02 19:53:16 +02:00
|
|
|
DEPENDS = "wayland wayland-native wayland-protocols hyprlang sdbus-c++-1"
|
2024-02-18 19:22:39 +01:00
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2024-04-19 18:35:28 +02:00
|
|
|
SRCREV = "7cff4581a3753154fc5b41f39a098fad49b777b1"
|
|
|
|
PV = "0.1.2"
|
2024-02-18 19:22:39 +01:00
|
|
|
|
|
|
|
inherit cmake pkgconfig
|
2024-04-19 18:35:28 +02:00
|
|
|
|
|
|
|
FILES:${PN} += "${systemd_user_unitdir}"
|