-
Notifications
You must be signed in to change notification settings - Fork 15
/
br.com.barros.DevWidgets.yml
37 lines (37 loc) · 1.16 KB
/
br.com.barros.DevWidgets.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
app-id: br.com.barros.DevWidgets
runtime: org.freedesktop.Platform
runtime-version: "22.08"
sdk: org.freedesktop.Sdk
command: devwidgets
separate-locales: false
finish-args:
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --device=dri
- --socket=pulseaudio
- --filesystem=host
modules:
- name: devwidgets
buildsystem: simple
only-arches:
- x86_64
build-commands:
- mkdir -p DevWidgets
- tar -xf DevWidgets-Linux-Portable.tar.gz -C DevWidgets
- cp -r DevWidgets /app/
- chmod +x /app/DevWidgets/devwidgets
- mkdir -p /app/bin
- ln -s /app/DevWidgets/devwidgets /app/bin/devwidgets
- install -Dm644 br.com.barros.DevWidgets.metainfo.xml -t /app/share/metainfo/
- install -Dm644 icon.svg /app/share/icons/hicolor/scalable/apps/br.com.barros.DevWidgets.svg
- install -Dm644 br.com.barros.DevWidgets.desktop -t /app/share/applications/
sources:
- type: file
path: br.com.barros.DevWidgets.metainfo.xml
- type: file
path: br.com.barros.DevWidgets.desktop
- type: file
path: icon.svg
- type: file
path: DevWidgets-Linux-Portable.tar.gz