#TODO not compiled or tested # build instructions: https://wiki.hyprland.org/Getting-Started/Installation/#cmake-recommended [source] git = "https://github.com/hyprwm/Hyprland" rev = "ed936430216e7aa5f6f53d22eff713f8e9ed69ac" [build] template = "custom" dependencies = [ "libinput", "libxkbcommon", "libxcb", "pango", "cairo", "pixman", "libwayland", "seatd", "libxrender", "libx11", "libxcomposite", "libxfixes", ] script = """ DYNAMIC_INIT cookbook_cmake mkdir -pv "${COOKBOOK_STAGE}"/usr/share/wayland-sessions cp -rv "${COOKBOOK_SOURCE}"/example/hyprland.desktop "${COOKBOOK_STAGE}"/usr/share/wayland-sessions """