update recipes

This commit is contained in:
Ribbon 2024-02-11 21:29:31 +00:00
parent 2cc68c63f6
commit aaa912ce8c
4 changed files with 11 additions and 12 deletions

View File

@ -0,0 +1,6 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/ricott1/rebels-in-the-sky"
rev = "decd5fa822e667e283fc1f0e52b5d75cedf2c35f"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO needs to determine the build method (Cargo or Meson)
[source]
git = "https://github.com/kdwk/Spidey"
[build]
template = "custom"

View File

@ -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",
]