mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
update recipes
This commit is contained in:
parent
0b5e680e1f
commit
ba63db068f
@ -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]
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -2,4 +2,7 @@
|
||||
[source]
|
||||
git = "https://github.com/swc-project/swc"
|
||||
[build]
|
||||
template = "cargo"
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages swc_cli_impl
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user