-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio.github.dman95.SASM.yml
40 lines (35 loc) · 1.2 KB
/
io.github.dman95.SASM.yml
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
40
---
# SPDX-License-Identifier: MIT OR CC0-1.0
# SPDX-FileCopyrightText: 2021 dgcampea <59268455+dgcampea@users.noreply.github.com>
app-id: io.github.dman95.SASM
runtime: org.kde.Sdk
runtime-version: '5.15-23.08'
sdk: org.kde.Sdk
command: 'sasm'
finish-args:
- --socket=wayland
- --device=dri
- --socket=fallback-x11
- --share=ipc
- --allow=multiarch
- --allow=devel
- --filesystem=xdg-documents
modules:
- name: SASM
buildsystem: qmake
build-commands: [
"install -Dm644 ${FLATPAK_ID}.metainfo.xml ${FLATPAK_DEST}/share/appdata/${FLATPAK_ID}.metainfo.xml",
"install -Dm644 Linux/share/applications/sasm.desktop ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop",
"install -Dm644 images/smallIcon.png ${FLATPAK_DEST}/share/icons/hicolor/128x128/apps/${FLATPAK_ID}.png",
"desktop-file-edit --set-icon=$FLATPAK_ID ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop"
]
sources:
- type: git
url: https://github.com/Dman95/SASM.git
tag: v3.14.0
commit: 6bb9ba90b3cd8019c8b8ef7593fb8cf8f5da3a1d
- type: shell
commands:
- rm -rf {Linux,BSD}/bin
- type: file
path: io.github.dman95.SASM.metainfo.xml