summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 54592e26337a9e3291945d6d7113d85a9a804e9c (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
45
46
47
48
49
50
51
52
53
54
55
56
57
# Maintainer: Aaron Bishop < erroneous at gmail >

_pkgname=RCMeetings
pkgname=ringcentral-meetings-bin
provides=('ringcentral-meetings')
conflicts=('ringcentral-meetings')
pkgver=21.3.52668.0913
pkgrel=1
depends=(
	'glib2'
	'libxcb'
	'fontconfig'
	'mesa'
	'libxi'
	'libsm'
	'libxrender'
	'libpulse'
	'libxcomposite'
	'libxslt'
	'sqlite'
	'libxcb'
	'dbus'
	'libibus'
	'qt5-multimedia'
	'qt5-script'
	'qt5-webengine'
	'qt5-xmlpatterns'
	'qt5-svg'
	'qt5-wayland'
	)
optdepends=(
	'gtk3: GTK Theme support'
	'qt5-quickcontrols2: Qt Controls plugin support'
	)
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('x86_64')
license=('custom')
url="https://www.ringcentral.com"
source=(
	"https://downloads.ringcentral.com/RCM/RC/meetings/linux/RCMeetingsClientSetup.deb"
	"LICENSE.html::https://www.ringcentral.com/legal/rcmeetings-tos.html"
	)

sha256sums=(
	'af6899d4e68fbe8fc45faa454f3be00b0751df1442f2a45904368fc3deaf6753'
	'SKIP'
	)

pkgver() {
	tar -xOf control.tar.xz ./control | grep Version | awk -e '{print $2}'
}

package() {
	tar -xJC "${pkgdir}" -f data.tar.xz
	mkdir -p "${pkgdir}/usr/share/licenses/$pkgname"
	install -Dm644 LICENSE.html "$pkgdir/usr/share/licenses/$pkgname/LICENSE.html"
}