mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 08:38:43 +08:00
11 lines
266 B
TOML
11 lines
266 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/Ultrasquid9/TeaCat"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/teacat
|
|
cp -rv "${COOKBOOK_SOURCE}"/test.tcat "${COOKBOOK_STAGE}"/usr/share/teacat
|
|
cookbook_cargo
|
|
"""
|