void-packages/srcpkgs/zoom/template
2020-05-12 19:53:40 +02:00

24 lines
600 B
Bash

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