mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2026-04-09 14:22:30 +02:00
hyprlauncher: add recipe
This commit is contained in:
23
recipes-support/hyprland/hyprlauncher/hyprlauncher_0.0.1.bb
Normal file
23
recipes-support/hyprland/hyprlauncher/hyprlauncher_0.0.1.bb
Normal file
@@ -0,0 +1,23 @@
|
||||
SUMMARY = "A multipurpose and versatile launcher / picker for Hyprland"
|
||||
HOMEPAGE = "https:/github.com/hyprwm/hyprlauncher"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a0bf31bc487405beb07b19459ea85114"
|
||||
|
||||
DEPENDS = " \
|
||||
hyprtoolkit \
|
||||
pixman \
|
||||
libdrm \
|
||||
hyprutils \
|
||||
hyprwire \
|
||||
icu \
|
||||
hyprlang \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/hyprlauncher.git;protocol=https;branch=main"
|
||||
|
||||
SRCREV = "43d2b694186fe5bb0547a81a7f7a2ca3f9cbac24"
|
||||
|
||||
inherit cmake pkgconfig
|
||||
|
||||
RDEPENDS:${PN} = "wl-clipboard"
|
||||
Reference in New Issue
Block a user