redox/recipes/wip/tools/flameshot/recipe.toml
2026-01-16 15:38:57 -03:00

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",
#]