skype.sh 390 Bytes
Newer Older
1 2
#!/bin/sh

3
PKGNAME=skypeforlinux
4
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6
DESCRIPTION="Skype for Linux - Stable/Release Version from the official site"
7
URL="https://skype.com"
8

9
. $(dirname $0)/common.sh
10

11
warn_version_is_not_supported
12

13 14
# https://snapcraft.io/skype https://aur.archlinux.org/packages/skypeforlinux-bin
PKGURL="$(snap_get_pkgurl https://snapcraft.io/skype)"
15

16
install_pack_pkgurl