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