mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
leftwm: add WIP recipe
This commit is contained in:
parent
3710b1dab5
commit
ea324b26ec
12
recipes/wip/x11/leftwm/recipe.toml
Normal file
12
recipes/wip/x11/leftwm/recipe.toml
Normal 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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user