From 5a787b283e1d13f330ebd25a5517012a24772f7d Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Fri, 3 Jan 2025 10:27:48 +0000 Subject: [PATCH] Add recipes --- recipes/wip/dev/other/harper/recipe.toml | 8 ++++++++ recipes/wip/tui/heretek/recipe.toml | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 recipes/wip/dev/other/harper/recipe.toml create mode 100644 recipes/wip/tui/heretek/recipe.toml diff --git a/recipes/wip/dev/other/harper/recipe.toml b/recipes/wip/dev/other/harper/recipe.toml new file mode 100644 index 000000000..fb022eb96 --- /dev/null +++ b/recipes/wip/dev/other/harper/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Automattic/harper" +[build] +template = "custom" +script = """ +cookbook_cargo_packages harper-ls +""" diff --git a/recipes/wip/tui/heretek/recipe.toml b/recipes/wip/tui/heretek/recipe.toml new file mode 100644 index 000000000..4264a4bea --- /dev/null +++ b/recipes/wip/tui/heretek/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/wcampbell0x2a/heretek" +[build] +template = "cargo" -- GitLab