23 lines
424 B
YAML
23 lines
424 B
YAML
app-id: net.werwolv.ImHex
|
|
runtime: org.freedesktop.Platform
|
|
runtime-version: '20.08'
|
|
default-branch: stable
|
|
sdk: org.freedesktop.Sdk
|
|
command: imhex
|
|
|
|
finish-args:
|
|
- --share=ipc
|
|
- --socket=x11
|
|
- --filesystem=host
|
|
- --device=all
|
|
|
|
modules:
|
|
- name: imhex
|
|
buildsystem: cmake
|
|
config-opts:
|
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
|
|
|
sources:
|
|
- type: git
|
|
url: https://github.com/WerWolv/ImHex.git
|