Improve more recipes

This commit is contained in:
Ribbon 2026-02-17 20:54:21 -03:00
parent 9524687fc9
commit af369bdf5d
4 changed files with 20 additions and 10 deletions

View File

@ -1,5 +1,6 @@
#TODO not compiled or tested
[source]
git = "https://github.com/adamperkowski/kitget"
shallow_clone = true
[build]
template = "cargo"

View File

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

View File

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

View File

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