redox/recipes/wip/tools/svg2pdf/recipe.toml
2024-07-09 00:06:39 +00:00

10 lines
210 B
TOML

#TODO compiled but not tested
#TODO missing script to properly move the binary
[source]
git = "https://github.com/typst/svg2pdf"
[build]
template = "custom"
script = """
cookbook_cargo_packages svg2pdf-cli
"""