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

14 lines
308 B
TOML

#TODO missing script for "make"
[source]
tar = "https://launchpad.net/libvterm/trunk/v0.3/+download/libvterm-0.3.3.tar.gz"
[build]
template = "custom"
script = """
DYNAMIC_INIT
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
${COOKBOOK_MAKE} -j ${COOKBOOK_MAKE_JOBS} install \
PREFIX="${COOKBOOK_STAGE}"
"""