meta-wayland/recipes-support/hyprland/hypridle_git.bb

18 lines
517 B
BlitzBasic
Raw Normal View History

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"
DEPENDS = "wayland wayland-native wayland-protocols hyprlang sdbus-c++-1"
S = "${WORKDIR}/git"
2024-10-22 16:38:32 +02:00
SRCREV = "918fd78dec258923094ecddc4e317c5b29ec2486"
PV = "0.1.3"
inherit cmake pkgconfig
2024-04-19 18:35:28 +02:00
2024-09-29 16:41:35 +02:00
FILES:${PN} += "${systemd_user_unitdir} ${datadir}/hypr/hypridle.conf"