mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
11 lines
250 B
TOML
11 lines
250 B
TOML
#TODO add script for gnu make: https://github.com/Xfennec/progress#how-do-you-build-it-from-source
|
|
[source]
|
|
git = "https://github.com/Xfennec/progress"
|
|
rev = "v0.17"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"ncursesw",
|
|
]
|