Compare commits

...

2 Commits

Author SHA1 Message Date
Markus Volk
355c342502 hyprshade: add recipe 2024-09-21 18:48:21 +02:00
Markus Volk
447238feda python3-chevron: add recipe 2024-09-21 18:46:52 +02:00
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,12 @@
SUMMARY = "A python implementation of the mustache templating language."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4a2d7b4be06609e1a683e7d895c75c02"
SRC_URI = "git://github.com/noahmorrison/chevron;protocol=https;branch=main"
inherit setuptools3
S = "${WORKDIR}/git"
PV = "0.13.1"
SRCREV = "d7f6bd54a296620068570fb83b91a43958ee5e37"

View 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"