From 897adc9f58149f8e765344bdcb79c16be278f0ec Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Tue, 7 May 2024 21:38:35 +0000 Subject: [PATCH] Add recipes --- recipes/wip/dev/cargo-workspaces/recipe.toml | 9 +++++++++ recipes/wip/dev/git-grab/recipe.toml | 5 +++++ recipes/wip/dev/xbuild/recipe.toml | 8 ++++++++ recipes/wip/net/updns/recipe.toml | 5 +++++ recipes/wip/tools/eureka/recipe.toml | 5 +++++ recipes/wip/tools/scrying/recipe.toml | 5 +++++ recipes/wip/tools/teip/recipe.toml | 5 +++++ 7 files changed, 42 insertions(+) create mode 100644 recipes/wip/dev/cargo-workspaces/recipe.toml create mode 100644 recipes/wip/dev/git-grab/recipe.toml create mode 100644 recipes/wip/dev/xbuild/recipe.toml create mode 100644 recipes/wip/net/updns/recipe.toml create mode 100644 recipes/wip/tools/eureka/recipe.toml create mode 100644 recipes/wip/tools/scrying/recipe.toml create mode 100644 recipes/wip/tools/teip/recipe.toml diff --git a/recipes/wip/dev/cargo-workspaces/recipe.toml b/recipes/wip/dev/cargo-workspaces/recipe.toml new file mode 100644 index 000000000..28aca6259 --- /dev/null +++ b/recipes/wip/dev/cargo-workspaces/recipe.toml @@ -0,0 +1,9 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/pksunkara/cargo-workspaces" +[build] +template = "custom" +script = """ +COOKBOOK_SOURCE="${COOKBOOK_SOURCE}"/cargo-workspaces +cookbook_cargo +""" diff --git a/recipes/wip/dev/git-grab/recipe.toml b/recipes/wip/dev/git-grab/recipe.toml new file mode 100644 index 000000000..278ca0985 --- /dev/null +++ b/recipes/wip/dev/git-grab/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/wezm/git-grab" +[build] +template = "cargo" diff --git a/recipes/wip/dev/xbuild/recipe.toml b/recipes/wip/dev/xbuild/recipe.toml new file mode 100644 index 000000000..13846d05c --- /dev/null +++ b/recipes/wip/dev/xbuild/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/rust-mobile/xbuild" +[build] +template = "custom" +script = """ +cookbook_cargo_packages xbuild +""" diff --git a/recipes/wip/net/updns/recipe.toml b/recipes/wip/net/updns/recipe.toml new file mode 100644 index 000000000..8abe8049d --- /dev/null +++ b/recipes/wip/net/updns/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/wyhaya/updns" +[build] +template = "cargo" diff --git a/recipes/wip/tools/eureka/recipe.toml b/recipes/wip/tools/eureka/recipe.toml new file mode 100644 index 000000000..255315b34 --- /dev/null +++ b/recipes/wip/tools/eureka/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/simeg/eureka" +[build] +template = "cargo" diff --git a/recipes/wip/tools/scrying/recipe.toml b/recipes/wip/tools/scrying/recipe.toml new file mode 100644 index 000000000..beeb0196a --- /dev/null +++ b/recipes/wip/tools/scrying/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/nccgroup/scrying" +[build] +template = "cargo" diff --git a/recipes/wip/tools/teip/recipe.toml b/recipes/wip/tools/teip/recipe.toml new file mode 100644 index 000000000..49bc47fc3 --- /dev/null +++ b/recipes/wip/tools/teip/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/greymd/teip" +[build] +template = "cargo" -- GitLab