update recipes

This commit is contained in:
Ribbon 2023-12-23 16:52:24 +00:00
parent 0b5e680e1f
commit ba63db068f
3 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,5 @@
#TODO requires Linux PAM, probably needs porting
#TODO libc crate error
#TODO requires Linux PAM
[source]
git = "https://github.com/memorysafety/sudo-rs"
[build]

View File

@ -1,4 +1,5 @@
#TODO Not compiled or tested
#TODO compiled but not tested
#TODO missing script to properly move the binary
[source]
git = "https://github.com/typst/svg2pdf"
rev = "7d13eab7f01a9ab1577cfb348eead05726658c53"

View File

@ -2,4 +2,7 @@
[source]
git = "https://github.com/swc-project/swc"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages swc_cli_impl
"""