redox/recipes/wip/net/admin/webmin/recipe.toml
2025-11-13 03:24:54 -03:00

11 lines
388 B
TOML

#TODO not compiled or tested
# how to setup: https://webmin.com/download/#freebsd-and-any-other-linux-installation-from-source
[source]
tar = "https://github.com/webmin/webmin/releases/download/2.600/webmin-2.600-minimal.tar.gz"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}/home/user/webmin"
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}/home/user/webmin"
"""