mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
hypridle: add recipe
Add hyprlands idle daemon
This commit is contained in:
parent
edbbdd75a6
commit
837d9f1c5f
15
recipes-support/hyprland/hypridle_git.bb
Normal file
15
recipes-support/hyprland/hypridle_git.bb
Normal file
@ -0,0 +1,15 @@
|
||||
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++"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "411addbd9f9ae681184e20e757c40c05e8dfecc4"
|
||||
PV = "0.1.0"
|
||||
|
||||
inherit cmake pkgconfig
|
Loading…
Reference in New Issue
Block a user