-
Notifications
You must be signed in to change notification settings - Fork 13
/
io.redasm.redasm.yaml
39 lines (39 loc) · 1.16 KB
/
io.redasm.redasm.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
app-id: io.redasm.redasm
runtime: org.kde.Platform
runtime-version: '5.15-21.08'
sdk: org.kde.Sdk
command: REDasm
rename-desktop-file: REDasm.desktop
rename-icon: redasm
finish-args:
- --device=dri
# TODO: fix the lib issue correctly without ld.so hacks
- --env=LD_LIBRARY_PATH=/app/lib
- --filesystem=home
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --socket=x11
modules:
- name: redasm
buildsystem: cmake
builddir: true
config-opts:
- -DCMAKE_BUILD_TYPE=Release
- -DCMAKE_INSTALL_PREFIX=/app
build-commands:
- install -Dm755 REDasm -t /app/bin/
- install -Dm755 LibREDasm/LibREDasm.so -t /app/lib/
- install -Dm644 ../REDasm.desktop -t /app/share/applications/
- install -Dm644 ../res/logo.png /app/share/icons/hicolor/256x256/apps/redasm.png
sources:
- type: git
url: https://github.com/REDasmOrg/REDasm.git
tag: v3.0.0-beta5
commit: a294673607e84d59b679d80d6746dbb2032288b2
x-checker-data:
type: anitya
project-id: 235182
# TODO: flip this post v3.0.0 release
stable-only: false
tag-template: v$version