mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
12 lines
305 B
TOML
12 lines
305 B
TOML
#TODO missing script for CMake, see https://flameshot.org/docs/installation/source-code/#compilation
|
|
[source]
|
|
git = "https://github.com/flameshot-org/flameshot"
|
|
rev = "70be63d478a271da549597d69bd4868607c0a395"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"qt5-base",
|
|
"qt5-tools",
|
|
"qt5-svg",
|
|
]
|