redox/recipes/wip/tools/svg2pdf/recipe.toml
2024-02-11 14:08:48 +00:00

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
"""