diff --git a/recipes/wip/x11/leftwm/recipe.toml b/recipes/wip/x11/leftwm/recipe.toml new file mode 100644 index 00000000..8a738d33 --- /dev/null +++ b/recipes/wip/x11/leftwm/recipe.toml @@ -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 +"""