redox/recipes/wip/tools/flameshot/recipe.toml
2025-10-12 21:08:41 -03:00

13 lines
319 B
TOML

#TODO not compiled or tested
# build instructions: https://flameshot.org/docs/installation/source-code/#compilation
[source]
git = "https://github.com/flameshot-org/flameshot"
rev = "70be63d478a271da549597d69bd4868607c0a395"
[build]
template = "cmake"
dependencies = [
"qt5-base",
"qt5-tools",
"qt5-svg",
]