mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 11:08:49 +08:00
11 lines
308 B
TOML
11 lines
308 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/rizinorg/rizin/blob/dev/BUILDING.md
|
|
[source]
|
|
tar = "https://github.com/rizinorg/rizin/releases/download/v0.8.1/rizin-src-v0.8.1.tar.xz"
|
|
[build]
|
|
template = "meson"
|
|
mesonflags = [
|
|
"-Denable_tests=false",
|
|
"-Denable_rz_test=false",
|
|
]
|