mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 12:09:00 +08:00
15 lines
261 B
TOML
15 lines
261 B
TOML
#TODO missing dependencies
|
|
[source]
|
|
git = "https://codeberg.org/edestcroix/Recordbox"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"sqlite3",
|
|
"gtk4",
|
|
"glib",
|
|
"libadwaita",
|
|
"liblcms",
|
|
"gstreamer",
|
|
]
|
|
script = "DYNAMIC_INIT cookbook_cargo"
|