void-packages/srcpkgs/zoom/template
2020-04-17 16:16:10 +02:00

24 lines
600 B
Bash

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