20 lines
430 B
YAML
20 lines
430 B
YAML
app-id: org.flameshot.app
|
|
runtime: org.kde.Platform
|
|
runtime-version: '5.14'
|
|
sdk: org.kde.Sdk
|
|
command: flameshot
|
|
finish-args:
|
|
- --share=ipc
|
|
- --socket=x11
|
|
- --socket=wayland
|
|
- --filesystem=host
|
|
modules:
|
|
- name: flameshot
|
|
buildsystem: cmake-ninja
|
|
config-opts:
|
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
|
sources:
|
|
- type: git
|
|
url: https://github.com/borgmanJeremy/flameshot/
|
|
branch: master
|