-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yml
45 lines (45 loc) · 1.83 KB
/
package.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
name : zoom
version : 5.0.413237.0524
release : 2
source :
- https://zoom.us/client/latest/zoom_amd64.deb : 6e5e53b3f3c6948fe93fa9a95b5a5a02af3537d0edbca823d7587c043cbd0ed1
license : see https://zoom.us
summary : 'Zoom, #1 Video Conferencing and Web Conferencing Service'
component : network.web
description: |
Zoom, the cloud meeting company, unifies cloud video conferencing, simple online
meetings, and group messaging into one easy-to-use platform. Our solution offers
the best video, audio, and screen-sharing experience across Zoom Rooms, Windows,
Mac, Linux, iOS, Android, and H.323/SIP room systems.
# list extracted from debian control file
builddeps :
- pkgconfig(glib-2.0) # libglib2.0-0
- pkgconfig(xcb-shape) # libxcb-shape0
- pkgconfig(xcb-shm) # libxcb-shm0
- pkgconfig(xcb-xfixes) # libxcb-xfixes0
- pkgconfig(xcb-randr) # libxcb-randr0
- pkgconfig(xcb-image) # libxcb-image0
- pkgconfig(fontconfig) # libfontconfig1
- pkgconfig(egl) # libegl1-mesa
- pkgconfig(xi) # libxi6
- pkgconfig(sm) # libsm6
- pkgconfig(xrender) # libxrender1
- pkgconfig(libpulse) # libpulse0
- pkgconfig(xcomposite) # libxcomposite1
- pkgconfig(libxslt) # libxslt1.1
- pkgconfig(sqlite3) # libsqlite3-0
- pkgconfig(xcb-keysyms) # libxcb-keysyms1
- pkgconfig(xcb-xtest) # libxcb-xtest0
- pkgconfig(dbus-1) # libdbus-1-3
- pkgconfig(xtst) # libxtst6
- pkgconfig(ibus-1.0) # ibus
setup : |
ar x $sources/zoom_amd64.deb
tar xf data.tar.*
install : |
mkdir -p $installdir
cp -r usr $installdir/
cp -r opt/zoom $installdir/usr/share/
ln -sfn /usr/share/zoom/ZoomLauncher $installdir/usr/bin/zoom
# fix desktop entry
sed -i 's|^Categories=Network;Application;$|Categories=Network|' $installdir/usr/share/applications/Zoom.desktop