redox/recipes/tui/mdp/recipe.toml
2026-01-20 10:30:29 -07:00

19 lines
398 B
TOML

[source]
git = "https://github.com/visit1985/mdp.git"
[build]
template = "custom"
dependencies = [
"ncursesw",
"terminfo"
]
script = """
rsync -av --delete --exclude='.git' "${COOKBOOK_SOURCE}/" ./
export CFLAGS="${CFLAGS} -I${COOKBOOK_SYSROOT}/include/ncursesw"
"${COOKBOOK_MAKE}" -j"${COOKBOOK_MAKE_JOBS}"
# Install
"${COOKBOOK_MAKE}" DESTDIR="${COOKBOOK_STAGE}" PREFIX="" install
"""