-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathio.itch.nordup.TheGates.yml
48 lines (48 loc) · 1.63 KB
/
io.itch.nordup.TheGates.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
41
42
43
44
45
46
47
48
app-id: io.itch.nordup.TheGates
runtime: org.freedesktop.Platform
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
command: TheGates
tags:
- proprietary
cleanup:
- '*.cmake'
- '*.a'
- '/include'
finish-args:
- '--share=network'
- '--share=ipc'
- '--socket=pulseaudio'
- '--socket=x11'
- '--device=dri'
- '--device=all'
modules:
- name: libzmq
buildsystem: cmake-ninja
builddir: true
sources:
- type: archive
url: 'https://github.com/zeromq/libzmq/archive/v4.3.2.tar.gz'
sha256: 02ecc88466ae38cf2c8d79f09cfd2675ba299a439680b64ade733e26a349edeb
- name: gates
buildsystem: simple
build-commands:
- 'mkdir "${FLATPAK_DEST}/bin/sandbox"'
- 'mv Sandbox.x86_64 "${FLATPAK_DEST}/bin/sandbox/Sandbox"'
- 'mv sandbox_env.zip "${FLATPAK_DEST}/bin/sandbox/sandbox_env.zip"'
- 'mv TheGates.x86_64 "${FLATPAK_DEST}/bin/TheGates"'
- 'ln -s "${FLATPAK_DEST}/bin/sandbox/Sandbox" "${FLATPAK_DEST}/bin/sandbox/Sandbox.x86_64"'
- 'install -Dm644 gates.desktop /app/share/applications/${FLATPAK_ID}.desktop'
- 'install -Dm644 ${FLATPAK_ID}.appdata.xml /app/share/metainfo/${FLATPAK_ID}.appdata.xml'
- 'install -Dm644 icon_512.png /app/share/icons/hicolor/512x512/apps/${FLATPAK_ID}.png'
sources:
- type: archive
dest-filename: TheGates_Linux_0.14.2.zip
url: 'https://cdn.matix-media.net/dd/3d0b7286'
sha256: 1aa18e37e4f63273123227581c8014cda145fd82c3ea4904f961a8f8188a536a
- type: file
path: gates.desktop
- type: file
path: io.itch.nordup.TheGates.appdata.xml
- type: file
path: icons/icon_512.png