diff --git a/recipes/wip/demos/myth/recipe.toml b/recipes/wip/demos/myth/recipe.toml new file mode 100644 index 00000000..3214aa41 --- /dev/null +++ b/recipes/wip/demos/myth/recipe.toml @@ -0,0 +1,14 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/panxinmiao/myth" +shallow_clone = true +[build] +template = "cargo" +cargoexamples = [ + "bloom", + "box", + "earth", + "hello_triangle", + "rotating_cube", + "shadows", +] diff --git a/recipes/wip/dev/debug/dbgflow/recipe.toml b/recipes/wip/dev/debug/dbgflow/recipe.toml new file mode 100644 index 00000000..2ebfe5cb --- /dev/null +++ b/recipes/wip/dev/debug/dbgflow/recipe.toml @@ -0,0 +1,7 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/CbIRNik/dbgflow" +shallow_clone = true +[build] +template = "cargo" +cargopackages = ["dbgflow"] diff --git a/recipes/wip/gnome/gnome-music/recipe.toml b/recipes/wip/gnome/gnome-music/recipe.toml new file mode 100644 index 00000000..cf736062 --- /dev/null +++ b/recipes/wip/gnome/gnome-music/recipe.toml @@ -0,0 +1,10 @@ +#TODO not compiled or tested +#TODO determine minimum dependencies from meson log +[source] +tar = "https://download.gnome.org/sources/gnome-music/49/gnome-music-49.1.tar.xz" +[build] +template = "meson" +dependencies = [ + "gtk4", + "libadwaita", +] diff --git a/recipes/wip/hw/renode/recipe.toml b/recipes/wip/hw/renode/recipe.toml new file mode 100644 index 00000000..8af714b9 --- /dev/null +++ b/recipes/wip/hw/renode/recipe.toml @@ -0,0 +1,6 @@ +#TODO missing script for build.sh +# build instructions: https://renode.readthedocs.io/en/latest/advanced/building_from_sources.html +[source] +tar = "https://github.com/renode/renode/releases/download/v1.16.1/renode_1.16.1_source.tar.xz" +[build] +template = "custom" diff --git a/recipes/wip/net/analysis/netrunner-cli/recipe.toml b/recipes/wip/net/analysis/netrunner-cli/recipe.toml new file mode 100644 index 00000000..a8707177 --- /dev/null +++ b/recipes/wip/net/analysis/netrunner-cli/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/sorinirimies/netrunner_cli" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/net/proxy/proxelar/recipe.toml b/recipes/wip/net/proxy/proxelar/recipe.toml new file mode 100644 index 00000000..c0053393 --- /dev/null +++ b/recipes/wip/net/proxy/proxelar/recipe.toml @@ -0,0 +1,7 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/emanuele-em/proxelar" +shallow_clone = true +[build] +template = "cargo" +cargopackages = ["proxelar"] diff --git a/recipes/wip/players/amberol/recipe.toml b/recipes/wip/players/amberol/recipe.toml new file mode 100644 index 00000000..bab4aa76 --- /dev/null +++ b/recipes/wip/players/amberol/recipe.toml @@ -0,0 +1,11 @@ +#TODO not compiled or tested +[source] +git = "https://gitlab.gnome.org/World/amberol" +shallow_clone = true +[build] +template = "meson" +dependencies = [ + "gtk4", + "libadwaita", + "gstreamer", +] diff --git a/recipes/wip/rice/rixi/recipe.toml b/recipes/wip/rice/rixi/recipe.toml new file mode 100644 index 00000000..db43a284 --- /dev/null +++ b/recipes/wip/rice/rixi/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/rixi-dev/rixi" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/storage/darya/recipe.toml b/recipes/wip/storage/darya/recipe.toml new file mode 100644 index 00000000..d77b540e --- /dev/null +++ b/recipes/wip/storage/darya/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/mrkatebzadeh/darya" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/storage/dumap/recipe.toml b/recipes/wip/storage/dumap/recipe.toml new file mode 100644 index 00000000..d7a283f0 --- /dev/null +++ b/recipes/wip/storage/dumap/recipe.toml @@ -0,0 +1,7 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/jrobhoward/dumap" +shallow_clone = true +[build] +template = "cargo" +cargopackages = ["dumap"] diff --git a/recipes/wip/terminal/amoxide/recipe.toml b/recipes/wip/terminal/amoxide/recipe.toml new file mode 100644 index 00000000..7ca966a5 --- /dev/null +++ b/recipes/wip/terminal/amoxide/recipe.toml @@ -0,0 +1,7 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/sassman/amoxide-rs" +shallow_clone = true +[build] +template = "cargo" +cargopackages = ["amoxide","amoxide-tui"] diff --git a/recipes/wip/terminal/emux/recipe.toml b/recipes/wip/terminal/emux/recipe.toml new file mode 100644 index 00000000..8e48c091 --- /dev/null +++ b/recipes/wip/terminal/emux/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/cris-01000011/emux" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/text/typdiff/recipe.toml b/recipes/wip/text/typdiff/recipe.toml new file mode 100644 index 00000000..ebf267d6 --- /dev/null +++ b/recipes/wip/text/typdiff/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/sou1118/typdiff" +shallow_clone = true +[build] +template = "cargo" diff --git a/recipes/wip/vm/emuko/recipe.toml b/recipes/wip/vm/emuko/recipe.toml new file mode 100644 index 00000000..e02d6d03 --- /dev/null +++ b/recipes/wip/vm/emuko/recipe.toml @@ -0,0 +1,6 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/wkoszek/emuko" +shallow_clone = true +[build] +template = "cargo"