mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
Add recipes
This commit is contained in:
parent
e6192fc27b
commit
da6a8ae623
18
recipes/wip/graphics/vr/alvr/recipe.toml
Normal file
18
recipes/wip/graphics/vr/alvr/recipe.toml
Normal file
@ -0,0 +1,18 @@
|
||||
#TODO missing script for cargo-xtask, see: https://github.com/alvr-org/ALVR/wiki/Building-From-Source
|
||||
#TODO probably missing dependencies, see: https://github.com/alvr-org/ALVR/wiki/Building-From-Source#streamer-building
|
||||
[source]
|
||||
git = "https://github.com/alvr-org/ALVR"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"gtk3",
|
||||
"libvulkan",
|
||||
"libunwind",
|
||||
"x264",
|
||||
"x265",
|
||||
"libxcb",
|
||||
"libxkbcommon",
|
||||
"libva",
|
||||
"pipewire",
|
||||
]
|
||||
10
recipes/wip/tui/nnn/recipe.toml
Normal file
10
recipes/wip/tui/nnn/recipe.toml
Normal file
@ -0,0 +1,10 @@
|
||||
#TODO write a script for cross-compilation
|
||||
# how to static link the libraries: https://github.com/jarun/nnn/wiki/Developer-guides#static-compilation
|
||||
[source]
|
||||
tar = "https://github.com/jarun/nnn/releases/download/v5.0/nnn-v5.0.tar.gz"
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"ncursesw",
|
||||
"readline",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user