redox/recipes/wip/edu/hacker-laws/recipe.toml
2024-08-05 08:16:50 +00:00

10 lines
254 B
TOML

#TODO not compiled or 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
"""