leftwm: add WIP recipe

This commit is contained in:
Jeremy Soller 2025-10-29 10:09:58 -06:00
parent 3710b1dab5
commit ea324b26ec
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -0,0 +1,12 @@
#TODO: needs mkfifo in nix crate
[source]
git = "https://github.com/leftwm/leftwm"
[build]
dependencies = []
template = "custom"
script = """
DYNAMIC_INIT
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/leftwm"
cookbook_cargo
"""