summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6a3802a895bd0d56b0336a7a0eef27a11ac10b1a (plain)
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
# Maintainer: Alexander Sulfrian <asulfrian@zedat.fu-berlin.de>
pkgname=webex-bin
pkgver=41.5.0.18815
pkgrel=1
pkgdesc="Webex for Linux"
arch=('x86_64')
url="https://www.webex.com/"
license=('custom')
depends=('binutils'
         'xdg-utils'
         'mesa'
         'nss'
         'nspr'
         'libcups'
         'upower'
         'libnotify'
         'libsecret'
         'wayland'
         'atk'
         'at-spi2-atk'
         'pango'
         'at-spi2-core'
         'krb5'
         'alsa-lib'
         'systemd-libs'
         'libpulse'
         'libxcb'
         'xcb-util-renderutil'
         'xcb-util-keysyms'
         'xcb-util-image'
         'xcb-util-wm'
         'libxkbcommon-x11')
source=("$pkgname-$pkgver.deb::https://binaries.webex.com/WebexDesktop-Ubuntu-Official-Package/Webex.deb")
sha256sums=('9aae10d54026f93da034baf2b5f1167a1e6f80d7b9f6ffcd1b1b9db66e1ff274')

prepare() {
    mkdir -p "$pkgname-$pkgver"
    tar -Jxf data.tar.xz -C "$pkgname-$pkgver"
}

package() {
    cd "$pkgname-$pkgver"
    cp -a opt/ "$pkgdir/"
}