joeydev/com.kangaroopunch.JoeyDev.yaml

76 lines
1.6 KiB
YAML

app-id: com.kangaroopunch.JoeyDev
runtime: org.freedesktop.Platform
runtime-version: '22.08'
sdk: org.freedesktop.Sdk
command: joeydev
modules:
- name: joeydev
buildsystem: simple
build-commands:
- cmake -DDEBUG_OUTPUT=OFF -G Ninja -S . -B .
- ninja
- install -D joeydev /app/bin/joeydev
- install -Dm755 com.kangaroopunch.JoeyDev.desktop -t /app/share/applications
- install -Dm644 com.kangaroopunch.JoeyDev.png /app/share/icons/hicolor/128x128/apps/com.kangaroopunch.JoeyDev.png
- install -Dm644 com.kangaroopunch.JoeyDev.appdata.xml -t /app/share/metainfo
sources:
- type: dir
path: include
dest: include
- type: dir
path: src
dest: src
- type: dir
path: ui
dest: ui
- type: dir
path: tools
dest: tools
- type: dir
path: thirdparty/memwatch
dest: thirdparty/memwatch
- type: file
path: thirdparty/stb_ds.h
dest: thirdparty/
- type: file
path: thirdparty/stb_image.h
dest: thirdparty/
- type: file
path: thirdparty/scintilla531.tgz
dest: thirdparty/
- type: file
path: thirdparty/lexilla520.tgz
dest: thirdparty/
- type: file
path: CMakeLists.txt
- type: file
path: com.kangaroopunch.JoeyDev.desktop
- type: file
path: com.kangaroopunch.JoeyDev.png
- type: file
path: com.kangaroopunch.JoeyDev.appdata.xml
finish-args:
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --filesystem=host
- --share=network
- --device=dri