mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
23 lines
770 B
BlitzBasic
23 lines
770 B
BlitzBasic
SUMMARY = "Hyprland's simple, yet multi-threaded and GPU-accelerated screen locking utility"
|
|
HOMEPAGE = "https:/github.com/hyprwm/hyprlock"
|
|
LICENSE = "BSD-3-Clause"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
|
|
|
|
SRC_URI = "git://github.com/hyprwm/hyprlock.git;protocol=https;branch=main"
|
|
|
|
REQUIRED_DISTRO_FEATURES = "opengl"
|
|
|
|
DEPENDS = "wayland wayland-native wayland-protocols hyprlang hyprutils libxkbcommon cairo pango jpeg libwebp libdrm libpam virtual/libgl virtual/egl"
|
|
|
|
S = "${WORKDIR}/git"
|
|
SRCREV = "c5b8ad03d03ddbd2b0ff8615c2f6dba31374b6a8"
|
|
PV = "0.3.0"
|
|
|
|
inherit cmake pkgconfig features_check
|
|
|
|
do_install() {
|
|
install -Dm755 ${B}/hyprlock ${D}${bindir}/hyprlock
|
|
install -Dm644 ${S}/pam/hyprlock ${D}${sysconfdir}/pam.d/hyprlock
|
|
}
|