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