mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
13 lines
231 B
TOML
13 lines
231 B
TOML
#TODO make libgpg-error dependency work
|
|
[source]
|
|
git = "https://github.com/cortex/ripasso"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"openssl1",
|
|
"libgpg-error",
|
|
]
|
|
script = """
|
|
cookbook_cargo_packages ripasso-cursive
|
|
"""
|