diff --git a/recipes/wip/snes9x/recipe.toml b/recipes/wip/emulators/snes9x/recipe.toml similarity index 100% rename from recipes/wip/snes9x/recipe.toml rename to recipes/wip/emulators/snes9x/recipe.toml diff --git a/recipes/wip/rebels-in-the-sky/recipe.toml b/recipes/wip/rebels-in-the-sky/recipe.toml new file mode 100644 index 000000000..0ee3ecf87 --- /dev/null +++ b/recipes/wip/rebels-in-the-sky/recipe.toml @@ -0,0 +1,6 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/ricott1/rebels-in-the-sky" +rev = "decd5fa822e667e283fc1f0e52b5d75cedf2c35f" +[build] +template = "cargo" diff --git a/recipes/wip/spidey/recipe.toml b/recipes/wip/spidey/recipe.toml new file mode 100644 index 000000000..2dcb31af7 --- /dev/null +++ b/recipes/wip/spidey/recipe.toml @@ -0,0 +1,5 @@ +#TODO needs to determine the build method (Cargo or Meson) +[source] +git = "https://github.com/kdwk/Spidey" +[build] +template = "custom" diff --git a/recipes/wip/stremio/recipe.toml b/recipes/wip/stremio/recipe.toml deleted file mode 100644 index 491776ee9..000000000 --- a/recipes/wip/stremio/recipe.toml +++ /dev/null @@ -1,12 +0,0 @@ -#TODO missing script for qmake and make, see https://github.com/Stremio/stremio-shell/blob/master/DEBIAN.md -#TODO probably missing dependencies, see https://github.com/Stremio/stremio-shell/blob/master/DEBIAN.md#31-install-missing-dependencies -[source] -git = "https://github.com/Stremio/stremio-shell" -[build] -template = "custom" -dependencies = [ - "openssl1", - "mpv", - "qt5-base", - "qt5-webview", -]