-
Notifications
You must be signed in to change notification settings - Fork 13
/
com.github.longsoft.uefitool.yaml
55 lines (55 loc) · 1.68 KB
/
com.github.longsoft.uefitool.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
app-id: com.github.longsoft.uefitool
runtime: org.kde.Platform
runtime-version: '5.15-21.08'
sdk: org.kde.Sdk
command: UEFITool
finish-args:
- --device=dri
- --filesystem=home
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --socket=x11
modules:
- name: uefitool
buildsystem: qmake
builddir: true
build-commands:
- install -Dm755 UEFITool -t /app/bin/
- install -Dm644 ../${FLATPAK_ID}.desktop -t /app/share/applications/
- install -Dm644 ../${FLATPAK_ID}.png -t /app/share/icons/hicolor/512x512/apps/
- install -Dm644 ../${FLATPAK_ID}.svg -t /app/share/icons/hicolor/scalable/apps/
sources:
- type: git
url: https://github.com/LongSoft/UEFITool.git
branch: master
commit: 44cafebbecb6485d183e8ed268d6d309682fe395
- type: file
path: com.github.longsoft.uefitool.desktop
- type: file
path: com.github.longsoft.uefitool.png
- type: file
path: com.github.longsoft.uefitool.svg
- name: uefipatch
buildsystem: qmake
builddir: true
subdir: UEFIPatch
build-commands:
- install -Dm755 UEFIPatch -t /app/bin/
- install -Dm755 ../patches{-misc,}.txt -t /app/share/uefitool/
sources:
- type: git
url: https://github.com/LongSoft/UEFITool.git
branch: master
commit: 44cafebbecb6485d183e8ed268d6d309682fe395
- name: uefireplace
buildsystem: qmake
builddir: true
subdir: UEFIReplace
build-commands:
- install -Dm755 UEFIReplace -t /app/bin/
sources:
- type: git
url: https://github.com/LongSoft/UEFITool.git
branch: master
commit: 44cafebbecb6485d183e8ed268d6d309682fe395