diff --git a/recipes/wip/dev/cargo-hack/recipe.toml b/recipes/wip/dev/cargo-hack/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..616dbdb9294d097abc3b43187b3639871573e19a --- /dev/null +++ b/recipes/wip/dev/cargo-hack/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/taiki-e/cargo-hack" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-machete/recipe.toml b/recipes/wip/dev/cargo-machete/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..7ac6f664fd3c0764eee31fcd7bf1c6e792140022 --- /dev/null +++ b/recipes/wip/dev/cargo-machete/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/bnjbvr/cargo-machete" +[build] +template = "cargo" diff --git a/recipes/wip/dev/wrecc/recipe.toml b/recipes/wip/dev/wrecc/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..276f7622053afef13c379627d0bf7a284e0fa0c7 --- /dev/null +++ b/recipes/wip/dev/wrecc/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/PhilippRados/wrecc" +[build] +template = "cargo" diff --git a/recipes/wip/sound/asak/recipe.toml b/recipes/wip/sound/asak/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..eec34c56a38ef9c65827b1bb8ce11c7cb8236a8f --- /dev/null +++ b/recipes/wip/sound/asak/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/chaosprint/asak" +[build] +template = "cargo" diff --git a/recipes/wip/tools/objdiff/recipe.toml b/recipes/wip/tools/objdiff/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..66a58844338f33e277b6576f8661a549521ed012 --- /dev/null +++ b/recipes/wip/tools/objdiff/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/encounter/objdiff" +[build] +template = "custom" +script = """ +cookbook_cargo_packages objdiff-gui +"""