summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 99d697b0555dd7afda602e256563f565181125ab (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
# Maintainer: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>

pkgname=zoom
pkgver=1.1.33228.1124
pkgrel=2
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('i686' 'x86_64')
license=('custom')
url="https://zoom.us/"
depends=('desktop-file-utils' 'lib32-libxml2' 'lib32-libsm' 'lib32-sqlite' 'lib32-libxrender'
         'lib32-fontconfig' 'lib32-libxcomposite' 'lib32-libxi' 'lib32-libgl' 'lib32-openssl'
         'lib32-libxslt' 'lib32-libpulse' 'lib32-glib2' 'gst-plugins-base-libs' 'lib32-libxcb')
# The dependencies were reconstructed in order to fit the ones from debian
options=(!strip)
install=${pkgname}.install
source=("https://zoom.us/client/latest/ZoomInstaller_i386.deb")
md5sums=('efbe00aade9b2f14ddd6b7425bc4da39')

package() {
    bsdtar xf data.tar.xz
    chmod -R g-w usr
    mv usr "${pkgdir}"
    chmod -R g-w opt
    mv opt "${pkgdir}"

    # Refering to the online license
    mkdir -p "${pkgdir}"/usr/share/licenses/zoom/
    echo "Please refer to https://zoom.us/terms for detailed license information." > "${pkgdir}"/usr/share/licenses/zoom/LICENSE
}