New package: zoom-2.7.162522.0121

closes #7043
This commit is contained in:
Daniel Santana 2019-01-13 15:10:50 -02:00 committed by maxice8
parent ae45354f50
commit 4f35a705f7
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 21 additions and 0 deletions

21
srcpkgs/zoom/template Normal file
View File

@ -0,0 +1,21 @@
# 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 .
}