This repository has been archived by the owner on Apr 28, 2024. It is now read-only.
forked from flathub/flathub
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathorg.upscayl.Upscayl.yml
55 lines (53 loc) · 1.73 KB
/
org.upscayl.Upscayl.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
id: org.upscayl.Upscayl
sdk: org.freedesktop.Sdk
runtime: org.freedesktop.Platform
runtime-version: "22.08"
base: org.electronjs.Electron2.BaseApp
base-version: "22.08"
command: upscayl-run
separate-locales: false
finish-args:
- --device=dri
- --filesystem=home
- --share=network
- --socket=x11
- --socket=pulseaudio
modules:
- name: zypak
sources:
- type: git
url: https://github.com/refi64/zypak
tag: v2022.04
- name: upscayl
buildsystem: simple
sources:
- type: file
only-arches:
- x86_64
url: >-
https://github.com/upscayl/upscayl/releases/download/v2.5.5/upscayl-2.5.5-linux.zip
sha256: d57eb8e18ae4b92ecc15dffe6233430b6c52572ed42299e30d44bbc2b806d984
- type: file
url: >-
https://raw.githubusercontent.com/upscayl/upscayl/main/flatpak/org.upscayl.Upscayl.metainfo.xml
sha256: 839652e659a7bd5ef373f961ae5006c890356279cb06121c3372374b4654ae71
- type: script
dest-filename: upscayl-run
commands:
- zypak-wrapper /app/upscayl/upscayl
build-commands:
- install -d /app/upscayl
- unzip upscayl-2.5.5-linux -d /app/upscayl
- install upscayl-run /app/bin/
- >-
install -Dm644 /app/upscayl/icon_512x512.png
/app/share/icons/hicolor/512x512/apps/org.upscayl.Upscayl.png
- >-
install -Dm644 /app/upscayl/icon_128x128.png
/app/share/icons/hicolor/128x128/apps/org.upscayl.Upscayl.png
- >-
install -Dp -m644 org.upscayl.Upscayl.metainfo.xml
/app/share/metainfo/org.upscayl.Upscayl.metainfo.xml
- >-
install -Dm644 /app/upscayl/org.upscayl.Upscayl.desktop
/app/share/applications/org.upscayl.Upscayl.desktop