redox/recipes/wip/backup/partclone/recipe.toml
Anhad Singh b17dd28e62
misc(recipes): remove DYNAMIC_INIT from source scripts
`autotools_recursive_regenerate` is now defined regardless of
`DYNAMIC_INIT`.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-04 18:27:55 +11:00

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",
]