forked from flathub/org.eu.wabarc.wayback
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.eu.wabarc.wayback.yml
35 lines (35 loc) · 1.26 KB
/
org.eu.wabarc.wayback.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
app-id: org.eu.wabarc.wayback
runtime: org.freedesktop.Platform
runtime-version: '22.08'
sdk: org.freedesktop.Sdk
command: wayback
finish-args:
- --share=network
- --filesystem=xdg-documents
modules:
- name: wayback
buildsystem: simple
build-commands:
- |
set -eu pipefail
tar -xvf wayback-linux-*.tar.gz
rm *.tar.gz
mv wayback-linux-* wayback
- install -Dm755 -t /app/bin wayback
- install -Dm644 org.eu.wabarc.wayback.appdata.xml /app/share/appdata/org.eu.wabarc.wayback.appdata.xml
- install -Dm644 wayback_128x128.png /app/share/icons/hicolor/128x128/apps/org.eu.wabarc.wayback.png
sources:
- type: file
url: https://github.com/wabarc/wayback/releases/download/v0.20.1/wayback-linux-amd64-0.20.1.tar.gz
sha256: e7b1cbe54cc13199724d1777fd6d2d88e6d662b355625c1a18aa1653215e97d9
only-arches:
- x86_64
- type: file
url: https://github.com/wabarc/wayback/releases/download/v0.20.1/wayback-linux-arm64-0.20.1.tar.gz
sha256: c451986fa70bcd8b3b6860372ae27165d91de26ac17dfc57282c2557f5f0fb97
only-arches:
- aarch64
- type: file
path: "org.eu.wabarc.wayback.appdata.xml"
- type: file
path: wayback_128x128.png