makedeb
Zoom Cloud Meetings
Viewing /PKGBUILD
.
Click here to go back to the Git tree for zoom.
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=zoom
pkgver=6.2.10.4983
pkgrel=1
pkgdesc='Zoom Cloud Meetings'
arch=('amd64')
depends=('libglib2.0-0'
'libxcb-keysyms1'
'libxcb-xinerama0'
'libdbus-1-3'
'libxcb-shape0'
'libpulse0'
'libxcb-shm0'
'libxcb-xfixes0'
'libxcb-randr0'
'libxcb-image0'
'libfontconfig1'
'libxi6'
'libsm6'
'libxrender1'
'libxcomposite1'
'libxslt1.1'
'libsqlite3-0'
'libxcb-xtest0'
'libxtst6'
'ibus'
'libxkbcommon-x11-0'
'desktop-file-utils'
'libgbm1'
'libdrm2'
'libxcb-cursor0'
'libxcb-icccm4'
'libatomic1'
'libfreetype6>=2.6'
'libgbm1>=17.1.0~rc2'
)
source=("https://www.zoom.us/client/${pkgver}/zoom_amd64.deb")
sha256sums=('8dc053d2d0913773d20819ece09dc197fa24a07929065685f47f77d21a5d58b4')
package() {
tar xf control.tar.xz
tar xf data.tar.xz -C "${pkgdir}"
postinst=src/postinst
postrm=src/postrm
}
# vim: set sw=4 expandtab: