redox/recipes/wip/edu/hacker-laws/recipe.toml
2025-06-08 18:24:31 -03:00

10 lines
242 B
TOML

#TODO not tested
[source]
git = "https://github.com/dwmkerr/hacker-laws"
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/hacker-laws
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/usr/share/hacker-laws
"""