21 lines
519 B
Bash
21 lines
519 B
Bash
# Template file for 'zoom'
|
|
pkgname=zoom
|
|
version=3.5.359539.0224
|
|
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=ef9b0d1fb36bf51139bd1d872db325c54eea82f027c4731ac555a6c4ca4d55c0
|
|
repository=nonfree
|
|
restricted=yes
|
|
nopie=yes
|
|
|
|
do_install() {
|
|
vcopy opt .
|
|
vcopy usr .
|
|
}
|