redox/recipes/wip/libs/other/libtickit/recipe.toml
2025-09-03 10:22:16 +07:00

16 lines
412 B
TOML

#TODO missing script for building, see https://github.com/leonerd/libtickit
[source]
tar = "https://www.leonerd.org.uk/code/libtickit/libtickit-0.4.5.tar.gz"
[build]
template = "custom"
dependencies = [
"ncursesw"
]
script = """
DYNAMIC_INIT
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
"${COOKBOOK_MAKE}" -j "${COOKBOOK_MAKE_JOBS}"
"${COOKBOOK_MAKE}" install-inc install-lib DESTDIR="${COOKBOOK_STAGE}"
"""