mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
11 lines
259 B
TOML
11 lines
259 B
TOML
#TODO compiled but not tested
|
|
#TODO missing script to properly move the binary
|
|
[source]
|
|
git = "https://github.com/typst/svg2pdf"
|
|
rev = "7d13eab7f01a9ab1577cfb348eead05726658c53"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo_packages svg2pdf-cli
|
|
"""
|