#!/bin/sh
PKGNAME=vkteams
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="VK Teams for Linux from the official site"
URL="https://biz.mail.ru/teams"
. $(dirname $0)/common.sh
warn_version_is_not_supported
# TODO:
VERSION="1.0"
PKGURL="https://vkteams-www.hb.bizmrg.com/linux/x64/vkteams.tar.xz"
install_pack_pkgurl "$VERSION"
-
Vitaly Lipatov authored
epm play.d/common.sh: implement install_pkgurl and install_pack_pkgurl and use it (repack rpm packages for any distro)
155cb2e9