Skip to content
Snippets Groups Projects
Commit 387abb7d authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

add recipes

parent 5326dc8f
No related branches found
No related tags found
No related merge requests found
#TODO Not compiled or tested
[source]
git = "https://github.com/gopher64/gopher64"
[build]
template = "cargo"
dependencies = [
"sdl2",
]
#TODO Not compiled or tested
[source]
git = "https://github.com/jsgroth/jgenesis"
[build]
template = "custom"
dependencies = [
"sdl2",
]
script = """
cookbook_cargo_packages jgenesis-cli
"""
#TODO Not compiled or tested
[source]
git = "https://github.com/KieronJ/rpsx"
[build]
template = "cargo"
dependencies = [
"sdl2",
]
#TODO Not compiled or tested
[source]
git = "https://github.com/scottlamb/moonfire-nvr"
[build]
template = "custom"
dependencies = [
"sqlite3",
]
script = """
cd server
cookbook_cargo
"""
#TODO Not compiled or tested
[source]
git = "https://github.com/clitic/vsd"
[build]
template = "custom"
dependencies = [
"ffmpeg6",
]
script = """
cookbook_cargo_packages vsd
"""
#TODO maybe missing dependencies, see https://github.com/gyroflow/gyroflow/blob/master/_scripts/linux.just
[source]
git = "https://github.com/gyroflow/gyroflow"
[build]
template = "cargo"
dependencies = [
"fontconfig",
"freetype2",
"ffmpeg6",
"qt6-base",
]
#TODO Not compiled or tested
[source]
git = "https://github.com/couleur-tweak-tips/smoothie-rs"
[build]
template = "cargo"
#TODO Not compiled or tested
[source]
git = "https://github.com/timelens/timelens"
[build]
template = "cargo"
dependencies = [
"gstreamer",
]
#TODO Not compiled or tested
[source]
git = "https://github.com/tgotwig/vidmerger"
[build]
template = "cargo"
dependencies = [
"ffmpeg6",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment