mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 11:54:17 +08:00
12 lines
303 B
TOML
12 lines
303 B
TOML
#TODO make capnproto work
|
|
#TODO probably wrong template, see https://github.com/rr-debugger/rr/wiki/Building-And-Installing
|
|
[source]
|
|
git = "https://github.com/rr-debugger/rr"
|
|
rev = "7cf5a12dba5aaeea9efc5ad97176b07b5614e350"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"zlib",
|
|
"capnproto",
|
|
]
|