diff --git a/recipes/wip/demos/ferris-says/recipe.toml b/recipes/wip/demos/ferris-says/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..f42b0fccdf3d2dca091d0892764ac236ab671fb8 --- /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 0000000000000000000000000000000000000000..2032d1bd1cd7ce5303359bad12e2dbc21e8b93f5 --- /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 0000000000000000000000000000000000000000..8d35e8aac6b9a2151d8983614b07b66cc782b008 --- /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 0000000000000000000000000000000000000000..6726353287035e54449f3a441c0c4234cac9701c --- /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 0000000000000000000000000000000000000000..8f8563fa882b63de54a7c52920a00220fa7243b6 --- /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 0000000000000000000000000000000000000000..de7655a66e88e284c96bfdde8a0a131d0d05f445 --- /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 0000000000000000000000000000000000000000..27864de37a8be0fac6fb4d237290b02ad183c628 --- /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 0000000000000000000000000000000000000000..db81cc48374aaf50f2c19a34a0daa161d078255d --- /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 0000000000000000000000000000000000000000..36433fe776fc4f6b7ac88dadd82d9747e8447207 --- /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 0000000000000000000000000000000000000000..c78159a2d1f8b09a0dc6cab44a4b6103d0ed5d1d --- /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 0000000000000000000000000000000000000000..72364e720ed108178e962ae636327276eb0038f5 --- /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 0000000000000000000000000000000000000000..e12ae622cabea54619772c2a08fb54e46558e500 --- /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 0000000000000000000000000000000000000000..9afdaeee97554f24e186b993d9742cc9c2e81dba --- /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 0000000000000000000000000000000000000000..3e07e5b5a0257537285c0bfc6150bebec21e200c --- /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 0000000000000000000000000000000000000000..48178700ff5bbc1cb24ff5b3a4a5ed5a359bf771 --- /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 0000000000000000000000000000000000000000..bef4e30f3e12a8c3b1456b1feee507a0321a8a59 --- /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 0000000000000000000000000000000000000000..81303e5279b21de5147f2f9650f0d01237519bf7 --- /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 0000000000000000000000000000000000000000..046d65c6727840d5f55082a333eb3296e555d7a0 --- /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 0000000000000000000000000000000000000000..24cbc2d54ed1cdee4eb6407956f90692b1346cae --- /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 0000000000000000000000000000000000000000..d74f1c316dae2d480e82b879a3f7666bc7d23a8a --- /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 0000000000000000000000000000000000000000..7bac4a3623aa7ee9428e0f29869b0b9501942b8c --- /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 0000000000000000000000000000000000000000..33463a870c11f34dbc4013e92a0c8df90be07c6b --- /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 0000000000000000000000000000000000000000..d98555936662e29de5b38ef61a71dac509bf0d2e --- /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 0000000000000000000000000000000000000000..8a6afa27b5a6245a17c6067a910de14790f50333 --- /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 0000000000000000000000000000000000000000..ff29d95ef73796789314b38d117a60bf881e7057 --- /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 0000000000000000000000000000000000000000..af5795f22af97c7786cf28a8b6554bfb1776d611 --- /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 0000000000000000000000000000000000000000..d025db41cc0754d9299814e1a2fac59c92abca3b --- /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 0000000000000000000000000000000000000000..4814f0971f6add2f857094ec52907cc358b35e98 --- /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 0000000000000000000000000000000000000000..2fb2e960b1efd0feb7137cac5f594f5cfb00fe98 --- /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 0000000000000000000000000000000000000000..c64c258c6c3bcc230a8b858313d2a5ed81a4928b --- /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 0000000000000000000000000000000000000000..fe3eb4697efb9a91390c50cc8ffb864d9bfe9c4f --- /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 0000000000000000000000000000000000000000..8cc52065d089530fbbccf39f2270a0c98076ae7f --- /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 0000000000000000000000000000000000000000..dbd8cfed0e7eb27d9fd285a12d3fd0d4eaca161a --- /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 0000000000000000000000000000000000000000..6c81e6afdd8be855e1353d3a52d528884865f6c6 --- /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 0000000000000000000000000000000000000000..621a99302b61c5edee447efd49157f0dfb78af71 --- /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 0000000000000000000000000000000000000000..e866bbd99d6082981e4fd7ce2dabb759e769dedf --- /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 0000000000000000000000000000000000000000..cbe24729f78dbcaaa72e47230a5e022de22146e6 --- /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 0000000000000000000000000000000000000000..b14c5cd6ec3dc3eef042e26dc7707bb4d5366638 --- /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 0000000000000000000000000000000000000000..9a75dbe754159e03db50697d8cfda9dd6dc593e6 --- /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 0000000000000000000000000000000000000000..0b2ddf21ca152d24838ec3f21374b0c2f08f7102 --- /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 0000000000000000000000000000000000000000..21258e5b2347ee5baa77383cb922580350751bdf --- /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 0000000000000000000000000000000000000000..2a8c80c924dc534897eeccd1402ed08c3f7d600d --- /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 0000000000000000000000000000000000000000..63e390a5c83c81957fd940c13ce29824d92fbd42 --- /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 0000000000000000000000000000000000000000..c90407d8af74a08f20b408722bc55a6b24fb0ae4 --- /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"