diff --git a/recipes/wip/demos/ferris-says/recipe.toml b/recipes/wip/demos/ferris-says/recipe.toml new file mode 100644 index 000000000..f42b0fccd --- /dev/null +++ b/recipes/wip/demos/ferris-says/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/rust-lang/ferris-says" +[build] +template = "cargo" diff --git a/recipes/wip/demos/fractal-rs/recipe.toml b/recipes/wip/demos/fractal-rs/recipe.toml new file mode 100644 index 000000000..2032d1bd1 --- /dev/null +++ b/recipes/wip/demos/fractal-rs/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/aetherknight/fractal-rs" +[build] +template = "custom" +script = """ +cookbook_cargo_packages fractal-piston +""" diff --git a/recipes/wip/dev/bite/recipe.toml b/recipes/wip/dev/bite/recipe.toml new file mode 100644 index 000000000..8d35e8aac --- /dev/null +++ b/recipes/wip/dev/bite/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/WINSDK/bite" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-c/recipe.toml b/recipes/wip/dev/cargo-c/recipe.toml new file mode 100644 index 000000000..672635328 --- /dev/null +++ b/recipes/wip/dev/cargo-c/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/lu-zero/cargo-c" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-compete/recipe.toml b/recipes/wip/dev/cargo-compete/recipe.toml new file mode 100644 index 000000000..8f8563fa8 --- /dev/null +++ b/recipes/wip/dev/cargo-compete/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/qryxip/cargo-compete" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-equip/recipe.toml b/recipes/wip/dev/cargo-equip/recipe.toml new file mode 100644 index 000000000..de7655a66 --- /dev/null +++ b/recipes/wip/dev/cargo-equip/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/qryxip/cargo-equip" +[build] +template = "cargo" diff --git a/recipes/wip/dev/cargo-outofdate/recipe.toml b/recipes/wip/dev/cargo-outofdate/recipe.toml new file mode 100644 index 000000000..27864de37 --- /dev/null +++ b/recipes/wip/dev/cargo-outofdate/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/quininer/cargo-outofdate" +[build] +template = "cargo" diff --git a/recipes/wip/dev/clippy/recipe.toml b/recipes/wip/dev/clippy/recipe.toml new file mode 100644 index 000000000..db81cc483 --- /dev/null +++ b/recipes/wip/dev/clippy/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/rust-lang/rust-clippy" +[build] +template = "cargo" diff --git a/recipes/wip/dev/crater/recipe.toml b/recipes/wip/dev/crater/recipe.toml new file mode 100644 index 000000000..36433fe77 --- /dev/null +++ b/recipes/wip/dev/crater/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/rust-lang/crater" +[build] +template = "cargo" diff --git a/recipes/wip/dev/godot-engine4/recipe.toml b/recipes/wip/dev/godot4/recipe.toml similarity index 100% rename from recipes/wip/dev/godot-engine4/recipe.toml rename to recipes/wip/dev/godot4/recipe.toml diff --git a/recipes/wip/dev/jaq/recipe.toml b/recipes/wip/dev/jaq/recipe.toml new file mode 100644 index 000000000..c78159a2d --- /dev/null +++ b/recipes/wip/dev/jaq/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/01mf02/jaq" +[build] +template = "custom" +script = """ +cookbook_cargo_packages jaq +""" diff --git a/recipes/wip/dev/jq/recipe.toml b/recipes/wip/dev/jq/recipe.toml new file mode 100644 index 000000000..72364e720 --- /dev/null +++ b/recipes/wip/dev/jq/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +tar = "https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-1.7.1.tar.gz" +[build] +template = "configure" diff --git a/recipes/wip/dev/piccolo/recipe.toml b/recipes/wip/dev/piccolo/recipe.toml new file mode 100644 index 000000000..e12ae622c --- /dev/null +++ b/recipes/wip/dev/piccolo/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/kyren/piccolo" +[build] +template = "custom" +script = """ +cookbook_cargo_examples interpreter +""" diff --git a/recipes/wip/dev/probe-rs/recipe.toml b/recipes/wip/dev/probe-rs/recipe.toml new file mode 100644 index 000000000..9afdaeee9 --- /dev/null +++ b/recipes/wip/dev/probe-rs/recipe.toml @@ -0,0 +1,11 @@ +#TODO maybe missing dependencies +[source] +git = "https://github.com/probe-rs/probe-rs" +[build] +template = "custom" +dependencies = [ + "libudev", +] +script = """ +cookbook_cargo --features cli +""" diff --git a/recipes/wip/dev/py-spy/recipe.toml b/recipes/wip/dev/py-spy/recipe.toml new file mode 100644 index 000000000..3e07e5b5a --- /dev/null +++ b/recipes/wip/dev/py-spy/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/benfred/py-spy" +[build] +template = "cargo" diff --git a/recipes/wip/dev/pyapp/recipe.toml b/recipes/wip/dev/pyapp/recipe.toml new file mode 100644 index 000000000..48178700f --- /dev/null +++ b/recipes/wip/dev/pyapp/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/ofek/pyapp" +[build] +template = "cargo" diff --git a/recipes/wip/dev/pylyzer/recipe.toml b/recipes/wip/dev/pylyzer/recipe.toml new file mode 100644 index 000000000..bef4e30f3 --- /dev/null +++ b/recipes/wip/dev/pylyzer/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/mtshiba/pylyzer" +[build] +template = "cargo" diff --git a/recipes/wip/dev/pyscan/recipe.toml b/recipes/wip/dev/pyscan/recipe.toml new file mode 100644 index 000000000..81303e527 --- /dev/null +++ b/recipes/wip/dev/pyscan/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/aswinnnn/pyscan" +[build] +template = "cargo" diff --git a/recipes/wip/dev/python-launcher/recipe.toml b/recipes/wip/dev/python-launcher/recipe.toml new file mode 100644 index 000000000..046d65c67 --- /dev/null +++ b/recipes/wip/dev/python-launcher/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/brettcannon/python-launcher" +[build] +template = "cargo" diff --git a/recipes/wip/dev/quicktest/recipe.toml b/recipes/wip/dev/quicktest/recipe.toml new file mode 100644 index 000000000..24cbc2d54 --- /dev/null +++ b/recipes/wip/dev/quicktest/recipe.toml @@ -0,0 +1,6 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/LuchoBazz/quicktest" +rev = "f4d32f87d350a725b47d5bc92756e7be208cd466" +[build] +template = "cargo" diff --git a/recipes/wip/dev/rust-analyzer/recipe.toml b/recipes/wip/dev/rust-analyzer/recipe.toml new file mode 100644 index 000000000..d74f1c316 --- /dev/null +++ b/recipes/wip/dev/rust-analyzer/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/rust-lang/rust-analyzer" +[build] +template = "cargo" diff --git a/recipes/wip/dev/rustfmt/recipe.toml b/recipes/wip/dev/rustfmt/recipe.toml new file mode 100644 index 000000000..7bac4a362 --- /dev/null +++ b/recipes/wip/dev/rustfmt/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/rust-lang/rustfmt" +[build] +template = "cargo" diff --git a/recipes/wip/dev/rustup/recipe.toml b/recipes/wip/dev/rustup/recipe.toml new file mode 100644 index 000000000..33463a870 --- /dev/null +++ b/recipes/wip/dev/rustup/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/rust-lang/rustup" +[build] +template = "cargo" diff --git a/recipes/wip/finance/btc-vanity/recipe.toml b/recipes/wip/finance/btc-vanity/recipe.toml new file mode 100644 index 000000000..d98555936 --- /dev/null +++ b/recipes/wip/finance/btc-vanity/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Emivvvvv/btc-vanity" +[build] +template = "cargo" diff --git a/recipes/wip/games/bevy-combat/recipe.toml b/recipes/wip/games/bevy-combat/recipe.toml new file mode 100644 index 000000000..8a6afa27b --- /dev/null +++ b/recipes/wip/games/bevy-combat/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/ElliotB256/bevy_combat" +[build] +template = "cargo" diff --git a/recipes/wip/games/leafish/recipe.toml b/recipes/wip/games/leafish/recipe.toml new file mode 100644 index 000000000..ff29d95ef --- /dev/null +++ b/recipes/wip/games/leafish/recipe.toml @@ -0,0 +1,9 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Lea-fish/Leafish" +[build] +template = "cargo" +dependencies = [ + "gtk3", + "openssl1", +] diff --git a/recipes/wip/graphics/dssim/recipe.toml b/recipes/wip/graphics/dssim/recipe.toml new file mode 100644 index 000000000..af5795f22 --- /dev/null +++ b/recipes/wip/graphics/dssim/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/kornelski/dssim" +[build] +template = "cargo" diff --git a/recipes/wip/graphics/jxl-oxide/recipe.toml b/recipes/wip/graphics/jxl-oxide/recipe.toml new file mode 100644 index 000000000..d025db41c --- /dev/null +++ b/recipes/wip/graphics/jxl-oxide/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/tirr-c/jxl-oxide" +[build] +template = "custom" +script = """ +cookbook_cargo_packages jxl-oxide-cli +""" diff --git a/recipes/wip/graphics/kantig/recipe.toml b/recipes/wip/graphics/kantig/recipe.toml new file mode 100644 index 000000000..4814f0971 --- /dev/null +++ b/recipes/wip/graphics/kantig/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/DenSASoftware/kantig" +[build] +template = "cargo" diff --git a/recipes/wip/graphics/simp/recipe.toml b/recipes/wip/graphics/simp/recipe.toml new file mode 100644 index 000000000..2fb2e960b --- /dev/null +++ b/recipes/wip/graphics/simp/recipe.toml @@ -0,0 +1,6 @@ +#TODO missing dependencies, see https://github.com/Kl4rry/simp#system-dependencies +[source] +git = "https://github.com/Kl4rry/simp" +rev = "195b2ef334e4c72ba8f44ee8af9f5cc0c259cc52" +[build] +template = "cargo" diff --git a/recipes/wip/net/hinoki/recipe.toml b/recipes/wip/net/hinoki/recipe.toml new file mode 100644 index 000000000..c64c258c6 --- /dev/null +++ b/recipes/wip/net/hinoki/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/jplatte/hinoki" +[build] +template = "cargo" diff --git a/recipes/wip/net/rustdesk-server/recipe.toml b/recipes/wip/net/rustdesk-server/recipe.toml new file mode 100644 index 000000000..fe3eb4697 --- /dev/null +++ b/recipes/wip/net/rustdesk-server/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/rustdesk/rustdesk-server" +[build] +template = "cargo" diff --git a/recipes/wip/net/turn-rs/recipe.toml b/recipes/wip/net/turn-rs/recipe.toml new file mode 100644 index 000000000..8cc52065d --- /dev/null +++ b/recipes/wip/net/turn-rs/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/mycrl/turn-rs" +[build] +template = "custom" +script = """ +cookbook_cargo_packages cli turn-server +""" diff --git a/recipes/wip/security/sss-cli/recipe.toml b/recipes/wip/security/sss-cli/recipe.toml new file mode 100644 index 000000000..dbd8cfed0 --- /dev/null +++ b/recipes/wip/security/sss-cli/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/dsprenkels/sss-cli" +[build] +template = "cargo" diff --git a/recipes/wip/security/veldora/recipe.toml b/recipes/wip/security/veldora/recipe.toml new file mode 100644 index 000000000..6c81e6afd --- /dev/null +++ b/recipes/wip/security/veldora/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/tamton-aquib/veldora" +[build] +template = "cargo" diff --git a/recipes/wip/security/weggli/recipe.toml b/recipes/wip/security/weggli/recipe.toml new file mode 100644 index 000000000..621a99302 --- /dev/null +++ b/recipes/wip/security/weggli/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/weggli-rs/weggli" +[build] +template = "cargo" diff --git a/recipes/wip/tools/crunchy-cli/recipe.toml b/recipes/wip/tools/crunchy-cli/recipe.toml new file mode 100644 index 000000000..e866bbd99 --- /dev/null +++ b/recipes/wip/tools/crunchy-cli/recipe.toml @@ -0,0 +1,6 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/crunchy-labs/crunchy-cli" +rev = "8fff807ae68b61931aa8b1c899b8c8bba4df0784" +[build] +template = "cargo" diff --git a/recipes/wip/tools/epub2txt/recipe.toml b/recipes/wip/tools/epub2txt/recipe.toml new file mode 100644 index 000000000..cbe24729f --- /dev/null +++ b/recipes/wip/tools/epub2txt/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/quininer/epub2txt" +[build] +template = "cargo" diff --git a/recipes/wip/tools/lines-rs/recipe.toml b/recipes/wip/tools/lines-rs/recipe.toml new file mode 100644 index 000000000..b14c5cd6e --- /dev/null +++ b/recipes/wip/tools/lines-rs/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/ryanfowler/lines" +[build] +template = "cargo" diff --git a/recipes/wip/tools/lucid/recipe.toml b/recipes/wip/tools/lucid/recipe.toml new file mode 100644 index 000000000..9a75dbe75 --- /dev/null +++ b/recipes/wip/tools/lucid/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/sharkdp/lucid" +[build] +template = "cargo" diff --git a/recipes/wip/tools/rfetch/recipe.toml b/recipes/wip/tools/rfetch/recipe.toml new file mode 100644 index 000000000..0b2ddf21c --- /dev/null +++ b/recipes/wip/tools/rfetch/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/kamui-fin/rfetch" +[build] +template = "cargo" diff --git a/recipes/wip/tools/rusync/recipe.toml b/recipes/wip/tools/rusync/recipe.toml new file mode 100644 index 000000000..21258e5b2 --- /dev/null +++ b/recipes/wip/tools/rusync/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/your-tools/rusync" +[build] +template = "cargo" diff --git a/recipes/wip/tools/skyspell/recipe.toml b/recipes/wip/tools/skyspell/recipe.toml new file mode 100644 index 000000000..2a8c80c92 --- /dev/null +++ b/recipes/wip/tools/skyspell/recipe.toml @@ -0,0 +1,12 @@ +#TODO missing an enchant backend and dictionary, see https://github.com/your-tools/skyspell#installation +[source] +git = "https://github.com/your-tools/skyspell" +[build] +template = "custom" +dependencies = [ + "sqlite3", + "enchant", +] +script = """ +cookbook_cargo_packages skyspell +""" diff --git a/recipes/wip/tools/snappy-rs/recipe.toml b/recipes/wip/tools/snappy-rs/recipe.toml new file mode 100644 index 000000000..63e390a5c --- /dev/null +++ b/recipes/wip/tools/snappy-rs/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/BurntSushi/rust-snappy" +[build] +template = "custom" +script = """ +cookbook_cargo_packages szip +""" diff --git a/recipes/wip/tools/unzrip/recipe.toml b/recipes/wip/tools/unzrip/recipe.toml new file mode 100644 index 000000000..c90407d8a --- /dev/null +++ b/recipes/wip/tools/unzrip/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/quininer/unzrip" +[build] +template = "cargo"