mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Improve more recipes
This commit is contained in:
parent
9524687fc9
commit
af369bdf5d
@ -1,5 +1,6 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/adamperkowski/kitget"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
|
||||
@ -1,7 +1,16 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO it uses vcpkg for dependency management, see: https://github.com/NickvisionApps/parabolic#building-manually
|
||||
#TODO missing script for .net: https://github.com/NickvisionApps/Parabolic#-building
|
||||
#TODO requires .net 10
|
||||
[source]
|
||||
git = "https://github.com/NickvisionApps/Parabolic"
|
||||
rev = "7309661a25948c56f25383c464a1b284bdeb00e7"
|
||||
rev = "2026.2.4"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cmake"
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
]
|
||||
dev-dependencies = [
|
||||
"host:blueprint",
|
||||
"host:dotnet10",
|
||||
]
|
||||
|
||||
@ -1,11 +1,10 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/RainbowCookie32/rusty-psn"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "custom"
|
||||
template = "cargo"
|
||||
cargoflags = "--features cli"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
script = """
|
||||
cookbook_cargo --features cli
|
||||
"""
|
||||
|
||||
@ -1,8 +1,9 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/RainbowCookie32/rusty-psn"
|
||||
shallow_clone = true
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"openssl1",
|
||||
"openssl3",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user