mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2026-04-09 14:22:30 +02:00
hyprshutdown: add recipe
This commit is contained in:
19
recipes-support/hyprland/hyprshutdown/hyprshutdown_0.0.1.bb
Normal file
19
recipes-support/hyprland/hyprshutdown/hyprshutdown_0.0.1.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "A graceful shutdown/logout utility for Hyprland"
|
||||
HOMEPAGE = "https:/github.com/hyprwm/hyprshutdown"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a0bf31bc487405beb07b19459ea85114"
|
||||
|
||||
DEPENDS = " \
|
||||
glaze \
|
||||
hyprtoolkit \
|
||||
hyprutils \
|
||||
pixman \
|
||||
libdrm \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/hyprshutdown.git;protocol=https;branch=main"
|
||||
|
||||
SRCREV = "e013cf2130be8969eb407fd054163d87867f5d07"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
Reference in New Issue
Block a user