mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 18:48:43 +08:00
10 lines
254 B
TOML
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
|
|
"""
|