Commit 0569f5a8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add teams-for-linux

parent 9af93e05
#!/bin/sh
PKGNAME=teams-for-linux
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="Unofficial Microsoft Teams for Linux client from the official site"
. $(dirname $0)/common.sh
arch="$(epm print info --debian-arch)"
mask="teams-for-linux_${VERSION}_${arch}.deb"
if [ "$VERSION" = "*" ] ; then
PKGURL=$(get_github_url "https://github.com/IsmaelMartinez/teams-for-linux" "$mask")
else
#https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v2.0.14/teams-for-linux-2.0.14.x86_64.rpm
#https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v2.0.14/teams-for-linux-2.0.14.aarch64.rpm
PKGURL="https://github.com/IsmaelMartinez/teams-for-linux/releases/download/v${VERSION}/$mask"
#PKGURL="$ARCHIVEORG/$URL/$(epm print constructname $PKGNAME "$VERSION")"
fi
install_pkgurl
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment