mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 18:48:43 +08:00
12 lines
205 B
TOML
12 lines
205 B
TOML
[source]
|
|
git = "https://github.com/sajattack/terminfo"
|
|
branch = "master"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
mkdir -p ${COOKBOOK_STAGE}/share
|
|
cp -r ${COOKBOOK_SOURCE}/. ${COOKBOOK_STAGE}/share/
|
|
"""
|
|
|