mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
25 lines
568 B
TOML
25 lines
568 B
TOML
#TODO not compiled or tested
|
|
# if the script is wrong, read this - https://github.com/servo/servo#release-build
|
|
# advanced build instructions - https://github.com/servo/servo/wiki/Building#manual-build-setup
|
|
[source]
|
|
git = "https://github.com/servo/servo"
|
|
#git = "https://gitlab.redox-os.org/redox-os/servo"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"freetype2",
|
|
"gettext",
|
|
"glib",
|
|
"gstreamer",
|
|
"harfbuzz",
|
|
"libffi",
|
|
"libiconv",
|
|
"libpng",
|
|
"openssl1",
|
|
"pcre",
|
|
"zlib",
|
|
]
|
|
script = """
|
|
cookbook_cargo_packages servoshell
|
|
"""
|