-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio.github.myst6re.makoureactor.yml
55 lines (52 loc) · 1.63 KB
/
io.github.myst6re.makoureactor.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
49
50
51
52
53
54
55
app-id: io.github.myst6re.makoureactor
runtime: org.kde.Platform
sdk: org.kde.Sdk
runtime-version: '6.6'
command: Makou_Reactor
finish-args:
- --filesystem=home
- --device=dri
- --socket=fallback-x11
- --socket=wayland
- --share=ipc
cleanup:
- /include
- /lib/*.a
- /lib/*.la
- /lib/cmake
- /lib/pkgconfig
- /share/cmake
- /share/man
modules:
- name: ff7tk
buildsystem: cmake-ninja
builddir: true
config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
- -DDEMOS=OFF
- -DDOCS=OFF
sources:
- type: archive
url: https://github.com/sithlord48/ff7tk/archive/refs/tags/v1.0.0.tar.gz
sha256: 9dff11bfad31ee559d4572d6c9105273bb8ceb8b64d99e6a85149a442b7d632e
x-checker-data:
type: json
url: https://api.github.com/repos/sithlord48/ff7tk/tags
version-query: map(.name | select(test("^v[\\d\\.]+$"))) | first | sub("^v";
"")
url-query: '"https://github.com/sithlord48/ff7tk/archive/refs/tags/v" +
$version + ".tar.gz"'
- name: makoureactor
buildsystem: cmake-ninja
builddir: true
sources:
- type: archive
url: https://github.com/myst6re/makoureactor/archive/refs/tags/2.1.0.tar.gz
sha256: 2c9b0c6fba769889b94b1832231136ee764b676619f27bc16c7b49ccb27ef16b
x-checker-data:
type: json
url: https://api.github.com/repos/myst6re/makoureactor/tags
version-query: map(.name | select(test("^[\\d\\.]+$"))) | first | sub("^";
"")
url-query: '"https://github.com/myst6re/makoureactor/archive/refs/tags/"
+ $version + ".tar.gz"'