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"