diff --git a/recipes/wip/benchmarks/cargo-criterion/recipe.toml b/recipes/wip/benchmarks/cargo-criterion/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..5e684034a23d6ad50c6f64388094c70470a3df39 --- /dev/null +++ b/recipes/wip/benchmarks/cargo-criterion/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/bheisler/cargo-criterion" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-vendor-filterer/recipe.toml b/recipes/wip/dev/cargo-vendor-filterer/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..e82569a574695fe854c1c1aa0fa6472cd1578229 --- /dev/null +++ b/recipes/wip/dev/cargo-vendor-filterer/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/coreos/cargo-vendor-filterer" +[build] +template = "cargo" diff --git a/recipes/wip/dev/commit/recipe.toml b/recipes/wip/dev/commit/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..a685242c9367afb8fda24dd9a7bde59be9d99a05 --- /dev/null +++ b/recipes/wip/dev/commit/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/alt-art/commit" +[build] +template = "cargo" diff --git a/recipes/wip/dev/gex/recipe.toml b/recipes/wip/dev/gex/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..7ab5fb34676c4d88302375166cb62c360660d1f9 --- /dev/null +++ b/recipes/wip/dev/gex/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Piturnah/gex" +[build] +template = "cargo" diff --git a/recipes/wip/dev/lading/recipe.toml b/recipes/wip/dev/lading/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..940ca9992e1f2b7b304ae4b0e18d2ff382c71ca9 --- /dev/null +++ b/recipes/wip/dev/lading/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/DataDog/lading" +[build] +template = "custom" +script = """ +cookbook_cargo_packages lading +""" diff --git a/recipes/wip/games/offline-chess-puzzles/recipe.toml b/recipes/wip/games/offline-chess-puzzles/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..a679a4b56abd1968fb823eee76781889b09fc551 --- /dev/null +++ b/recipes/wip/games/offline-chess-puzzles/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/brianch/offline-chess-puzzles" +[build] +template = "cargo" diff --git a/recipes/wip/security/kanha/recipe.toml b/recipes/wip/security/kanha/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..29019f602e8276ea29aa6120cc95d2ae232c7ea1 --- /dev/null +++ b/recipes/wip/security/kanha/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/pwnwriter/kanha" +[build] +template = "cargo" diff --git a/recipes/wip/tools/haylxon/recipe.toml b/recipes/wip/tools/haylxon/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..38346aeafdb3d5c14df03ad432d4f5ede8679e81 --- /dev/null +++ b/recipes/wip/tools/haylxon/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/pwnwriter/haylxon" +[build] +template = "cargo" diff --git a/recipes/wip/tools/patchelf/recipe.toml b/recipes/wip/tools/patchelf/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..33c108fd2493047367ee7afabc7d35693b1750d7 --- /dev/null +++ b/recipes/wip/tools/patchelf/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +tar = "https://github.com/NixOS/patchelf/releases/download/0.18.0/patchelf-0.18.0.tar.bz2" +[build] +template = "configure"