summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f726edcc886b325dfea0025f3819a8772290182c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>

pkgname=zoom
pkgver=2.8.264592.0714
pkgrel=1
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('x86_64')
license=('custom')
url="https://zoom.us/"
depends=('fontconfig' 'glib2' 'libpulse' 'libsm' 'libx11' 'libxcb' 'libxcomposite' 'libxfixes' 'libxi'
	'libxrandr' 'libxrender' 'libxshmfence' 'libxslt' 'mesa' 'nss' 'pulseaudio-alsa' 'xcb-util-image' 'xcb-util-keysyms')
options=(!strip)
source=("${pkgname}-${pkgver}_orig_x86_64.pkg.tar.xz"::"https://zoom.us/client/${pkgver}/zoom_x86_64.pkg.tar.xz")
sha512sums=('d2ea6b1bed04ac0ebcd69a998c3c3d2bf4354d2312c0ce23fd42e8c5cbdf2735039bf55b04d6a8460157a11598a460ecf0b5ee88d0a1485d64c559c0c01483cb')

package() {
	cp -dpr --no-preserve=ownership opt usr "${pkgdir}"
}