23 lines
520 B
Bash
23 lines
520 B
Bash
# Template file for 'zoom'
|
|
pkgname=zoom
|
|
version=3.0.303290.1010
|
|
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=4f5aea98a0a819ac9e0891080ddfa5f63344fa762c28309513010c64946b12da
|
|
repository=nonfree
|
|
restricted=yes
|
|
nopie=yes
|
|
|
|
|
|
do_install() {
|
|
vcopy opt .
|
|
vcopy usr .
|
|
}
|