mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
hyprshade: add recipe
This commit is contained in:
parent
447238feda
commit
355c342502
13
recipes-support/hyprland/hyprshade_git.bb
Normal file
13
recipes-support/hyprland/hyprshade_git.bb
Normal file
@ -0,0 +1,13 @@
|
||||
SUMMARY = "Front-end to Hyprland's screen shader feature."
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=f474868a1fb358d268959345d24546cb"
|
||||
|
||||
SRC_URI += "git://github.com/loqusion/hyprshade.git;protocol=https;branch=main"
|
||||
|
||||
RDEPENDS:${PN} += "python3-more-itertools python3-click python3-chevron"
|
||||
|
||||
inherit python_hatchling
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "3.2.1"
|
||||
SRCREV = "85c636823b7d54d1dba0cf612699f1f6289c1a00"
|
Loading…
Reference in New Issue
Block a user