diff --git a/recipes/wip/benchmarks/canbench/recipe.toml b/recipes/wip/benchmarks/canbench/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..26ee7e54e016709089ebcf6e24103a52b9f70203 --- /dev/null +++ b/recipes/wip/benchmarks/canbench/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/dfinity/canbench" +[build] +template = "custom" +script = """ +cookbook_cargo_packages canbench +""" diff --git a/recipes/wip/benchmarks/cargo-benchcmp/recipe.toml b/recipes/wip/benchmarks/cargo-benchcmp/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..20a175942b2965454cab6cda04e2b575079319f9 --- /dev/null +++ b/recipes/wip/benchmarks/cargo-benchcmp/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/BurntSushi/cargo-benchcmp" +[build] +template = "cargo" diff --git a/recipes/wip/dev/boon/recipe.toml b/recipes/wip/dev/boon/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..5a497b210b92c8b2285f1192996b222004b2c1d2 --- /dev/null +++ b/recipes/wip/dev/boon/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/camchenry/boon" +[build] +template = "cargo" diff --git a/recipes/wip/dev/dfx/recipe.toml b/recipes/wip/dev/dfx/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..92769e5f18364b5325a1886218cc01f8aac7c924 --- /dev/null +++ b/recipes/wip/dev/dfx/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/dfinity/sdk" +[build] +template = "custom" +script = """ +cookbook_cargo_packages dfx +""" diff --git a/recipes/wip/dev/stgit/recipe.toml b/recipes/wip/dev/stgit/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..7f9a60d100954e7bd798dd6a0aedf15804d41126 --- /dev/null +++ b/recipes/wip/dev/stgit/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/stacked-git/stgit" +[build] +template = "cargo" diff --git a/recipes/wip/net/rustypaste/recipe.toml b/recipes/wip/net/rustypaste/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..566ffdb1cd5976eb66a39d6fb51da930c3032db1 --- /dev/null +++ b/recipes/wip/net/rustypaste/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/orhun/rustypaste-cli" +[build] +template = "cargo" diff --git a/recipes/wip/science/polypolish/recipe.toml b/recipes/wip/science/polypolish/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..0f0d25986031e462be1b662bec0bcc7f6ea79fb4 --- /dev/null +++ b/recipes/wip/science/polypolish/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/rrwick/Polypolish" +[build] +template = "cargo" diff --git a/recipes/wip/services/runst/recipe.toml b/recipes/wip/services/runst/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..8560133199ccf1120f38988ff1669d5968d1dbff --- /dev/null +++ b/recipes/wip/services/runst/recipe.toml @@ -0,0 +1,9 @@ +#TODO port to Orbital +[source] +git = "https://github.com/orhun/runst" +[build] +template = "cargo" +dependencies = [ + "glib", + "pango", +] diff --git a/recipes/wip/tools/menyoki/recipe.toml b/recipes/wip/tools/menyoki/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..79cdea7f5449a494a04741932aa14658572477a9 --- /dev/null +++ b/recipes/wip/tools/menyoki/recipe.toml @@ -0,0 +1,5 @@ +#TODO port to Orbital, see https://github.com/orhun/menyoki/blob/master/IMPLEMENTATION.md#implementing-for-other-platforms +[source] +git = "https://github.com/orhun/menyoki" +[build] +template = "cargo" diff --git a/recipes/wip/tools/mkisofs-rs/recipe.toml b/recipes/wip/tools/mkisofs-rs/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..be3c7d2720f8f605e5bebb81c4b070b902e64314 --- /dev/null +++ b/recipes/wip/tools/mkisofs-rs/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/marysaka/mkisofs-rs" +[build] +template = "cargo"