mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
update recipes
This commit is contained in:
parent
2cc68c63f6
commit
aaa912ce8c
6
recipes/wip/rebels-in-the-sky/recipe.toml
Normal file
6
recipes/wip/rebels-in-the-sky/recipe.toml
Normal 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"
|
||||
5
recipes/wip/spidey/recipe.toml
Normal file
5
recipes/wip/spidey/recipe.toml
Normal 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"
|
||||
@ -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",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user