-
Notifications
You must be signed in to change notification settings - Fork 7
/
com.teamspeak.TeamSpeak.yaml
53 lines (53 loc) · 1.87 KB
/
com.teamspeak.TeamSpeak.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
app-id: com.teamspeak.TeamSpeak
tags:
- proprietary
runtime: org.freedesktop.Platform
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
command: teamspeak5
finish-args:
- --socket=x11
- --socket=pulseaudio
- --share=ipc
- --share=network
- --device=dri
- --filesystem=xdg-download
- --filesystem=xdg-config/TeamSpeak
- --env=SSL_CERT_DIR=/etc/ssl/certs
modules:
- name: teamspeak5
buildsystem: simple
build-commands:
- install -D apply_extra /app/bin/apply_extra
- install -D teamspeak5 /app/bin/teamspeak5
- install -Dm644 -t /app/share/metainfo com.teamspeak.TeamSpeak.appdata.xml
- install -Dm644 -t /app/share/applications com.teamspeak.TeamSpeak.desktop
- install -Dm644 -t /app/share/icons/hicolor/128x128/apps com.teamspeak.TeamSpeak.png
sources:
- type: file
path: com.teamspeak.TeamSpeak.desktop
- type: file
path: com.teamspeak.TeamSpeak.png
- type: file
path: com.teamspeak.TeamSpeak.appdata.xml
- type: extra-data
only-arches:
- x86_64
filename: teamspeak-client.tar.gz
url: https://files.teamspeak-services.com/pre_releases/client/5.0.0-beta77/teamspeak-client.tar.gz
sha256: 6f3bf97b120d3c799cefc90c448e45836708a826d7caa07ad32b5c868eb9181b
size: 149815295
x-checker-data:
type: html
url: https://teamspeak.com/en/downloads/
version-pattern: https://files.teamspeak-services.com/pre_releases/client/([\.\-beta\d]+)
url-template: https://files.teamspeak-services.com/pre_releases/client/$version/teamspeak-client.tar.gz
- type: script
dest-filename: apply_extra
commands:
- tar xf teamspeak-client.tar.gz
- rm -f teamspeak-client.tar.gz
- type: script
dest-filename: teamspeak5
commands:
- exec /app/extra/TeamSpeak "$@"