mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 09:38:42 +08:00
14 lines
351 B
TOML
14 lines
351 B
TOML
#TODO not compiled or tested
|
|
#TODO determine minimum dependencies from cmake log
|
|
# build instructions: https://cutter.re/docs/building.html
|
|
[source]
|
|
tar = "https://github.com/rizinorg/cutter/releases/download/v2.4.1/Cutter-v2.4.1-src.tar.gz"
|
|
[build]
|
|
template = "cmake"
|
|
#dependencies = [
|
|
# "libzip",
|
|
# "zlib",
|
|
# "qt6-base",
|
|
# "qt6-svg",
|
|
#]
|