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