mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 18:48:43 +08:00
19 lines
450 B
TOML
19 lines
450 B
TOML
#TODO not compiled or tested
|
|
#TODO determine minimum dependencies from cmake log
|
|
# build instructions: https://flameshot.org/docs/installation/source-code/#compilation
|
|
[source]
|
|
git = "https://github.com/flameshot-org/flameshot"
|
|
branch = "v13.3.0"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DDISABLE_UPDATE_CHECKER=ON",
|
|
"-DBUILD_STATIC_LIBS=OFF",
|
|
]
|
|
#dependencies = [
|
|
# "qt5-base",
|
|
# "qt5-tools",
|
|
# "qt5-svg",
|
|
#]
|