mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
13 lines
293 B
TOML
13 lines
293 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://cutter.re/docs/building.html
|
|
[source]
|
|
tar = "https://github.com/rizinorg/cutter/releases/download/v2.3.4/Cutter-v2.3.4-src.tar.gz"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"libzip",
|
|
"zlib",
|
|
"qt5-base",
|
|
"qt5-svg",
|
|
]
|