22 lines
520 B
Bash
22 lines
520 B
Bash
# Template file for 'zoom'
|
|
pkgname=zoom
|
|
version=3.5.352596.0119
|
|
revision=1
|
|
archs="x86_64"
|
|
wrksrc=zoom
|
|
create_wrksrc=yes
|
|
short_desc="Video Conferencing and Web Conferencing Service"
|
|
maintainer="Daniel Santana <daniel@santana.tech>"
|
|
license="custom:Proprietary"
|
|
homepage="https://zoom.us/"
|
|
distfiles="https://zoom.us/client/${version}/zoom_x86_64.pkg.tar.xz"
|
|
checksum=d3f7152fb1ceefb30497f004bc208f023668cb029a3678287ae846c34fadcf0a
|
|
repository=nonfree
|
|
restricted=yes
|
|
nopie=yes
|
|
|
|
|
|
do_install() {
|
|
vcopy opt .
|
|
vcopy usr .
|
|
}
|