-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcom.github.tglima.Myfluttercrypto.yaml
38 lines (38 loc) · 1.44 KB
/
com.github.tglima.Myfluttercrypto.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
app-id: com.github.tglima.Myfluttercrypto
runtime: org.freedesktop.Platform
runtime-version: '21.08'
sdk: org.freedesktop.Sdk
copy-icon: true
finish-args:
- --share=ipc
- --share=network
- --socket=wayland
- --socket=fallback-x11
- --device=dri
command: myfluttercrypto
modules:
- name: myfluttercrypto
buildsystem: simple
build-commands:
- chmod +x myfluttercrypto
- mkdir /app/bin
- mv LICENSE /app/
- mv data /app/
- mv lib /app/
- install -Dpm755 myfluttercrypto /app/myfluttercrypto
- install -Dpm644 myfluttercrypto.svg /app/share/icons/hicolor/scalable/apps/com.github.tglima.Myfluttercrypto.svg
- ln -s /app/myfluttercrypto /app/bin/myfluttercrypto
sources:
- type: archive
url: https://github.com/tglima/myfluttercrypto/releases/download/MyFlutterCrypto_1.0.20211018/myfluttercrypto_linux_x64.tar.gz
sha256: c175448b9f4e45938a62192a15900403be222c9903bb69547a5fbd63dbd2bd57
- name: myfluttercrypto-extra
buildsystem: simple
build-commands:
- install -Dpm644 com.github.tglima.Myfluttercrypto.desktop /app/share/applications/com.github.tglima.Myfluttercrypto.desktop
- install -Dpm644 com.github.tglima.Myfluttercrypto.metainfo.xml /app/share/metainfo/com.github.tglima.Myfluttercrypto.metainfo.xml
sources:
- type: file
path: extra/com.github.tglima.Myfluttercrypto.desktop
- type: file
path: extra/com.github.tglima.Myfluttercrypto.metainfo.xml