22 lines
512 B
Bash
22 lines
512 B
Bash
# Template file for 'zoom'
|
|
pkgname=zoom
|
|
version=2.7.162522.0121
|
|
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="Proprietary"
|
|
homepage="https://zoom.us/"
|
|
distfiles="https://zoom.us/client/${version}/zoom_x86_64.pkg.tar.xz"
|
|
checksum=ed6600ece6d02f9f873dee5602ff74a4bb5382afc68794684de1a3647ff03e4d
|
|
repository=nonfree
|
|
restricted=yes
|
|
nopie=yes
|
|
|
|
do_install() {
|
|
vcopy opt .
|
|
vcopy usr .
|
|
}
|