void-packages/srcpkgs/zoom/template
2020-03-31 11:33:25 +02:00

22 lines
562 B
Bash

# Template file for 'zoom'
pkgname=zoom
version=3.5.372466.0322
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=003d837ccb4f4986e850c042729c8b995d377c249dabdd05a1489b9baef7179c
repository=nonfree
restricted=yes
nopie=yes
do_install() {
vcopy opt .
vcopy usr .
vlicense ${FILESDIR}/DISTRIBUTION-DETAILS
}