mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
`autotools_recursive_regenerate` is now defined regardless of `DYNAMIC_INIT`. Signed-off-by: Anhad Singh <andypython@protonmail.com>
17 lines
283 B
TOML
17 lines
283 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/Thomas-Tsai/partclone"
|
|
rev = "0.3.40"
|
|
shallow_clone = true
|
|
script = """
|
|
autotools_recursive_regenerate
|
|
"""
|
|
[build]
|
|
template = "configure"
|
|
configureflags = [
|
|
"--enable-ncursesw",
|
|
]
|
|
dependencies = [
|
|
"ncursesw",
|
|
]
|