redox/recipes/wip/libs/other/libvterm/recipe.toml
2026-03-24 18:55:54 -03:00

14 lines
304 B
TOML

#TODO verify current status
[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}"
"""