From ea324b26ece9272c3a9dcda65388cfce9f574d51 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 29 Oct 2025 10:09:58 -0600 Subject: [PATCH] leftwm: add WIP recipe --- recipes/wip/x11/leftwm/recipe.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/wip/x11/leftwm/recipe.toml 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 +"""