summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7c276af87d26e17b8dfc2a9a8f86dac9dc4103e8 (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.252201.0616
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=('0f425062b34550deadaa6964eb14179665a3d709dea4e20b4c203d36aaceb342096845e9e40008ea7c92388e13acaa30065a1743e72d9a960bd49cc471da442d')

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