mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
15 lines
374 B
TOML
15 lines
374 B
TOML
#TODO add script for gnu make: https://github.com/Arcachofo/SimulIDE-dev#building-simulide
|
|
# probably missing dependencies
|
|
[source]
|
|
git = "https://github.com/Arcachofo/SimulIDE-dev"
|
|
rev = "ed253d6612b1293a320d68d6e27968cd7e6523c4"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"qt5-base",
|
|
"qt5-svg",
|
|
"qt5-multimedia",
|
|
"qt5-serialport",
|
|
]
|