redox/recipes/wip/backup/partclone/recipe.toml
2026-01-10 21:06:44 -03:00

17 lines
275 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/Thomas-Tsai/partclone"
rev = "0.3.40"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "configure"
configureflags = [
"--enable-ncursesw",
]
dependencies = [
"ncursesw",
]