void-packages/srcpkgs/zoom/template
2019-10-02 16:48:57 +02:00

22 lines
520 B
Bash

# Template file for 'zoom'
pkgname=zoom
version=3.0.301026.0930
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=2cdb2c69b14488b2c817f8e18ed18e286a3c473d3de8ac2a48094cef17e237b9
repository=nonfree
restricted=yes
nopie=yes
do_install() {
vcopy opt .
vcopy usr .
}