mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 00:58:42 +08:00
13 lines
319 B
TOML
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",
|
|
]
|