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

3
PKGNAME=skypeforlinux
4
SUPPORTEDARCHES="x86_64"
5
DESCRIPTION="Skype for Linux - Stable/Release Version from the official site"
6

7
. $(dirname $0)/common.sh
8

9

10
#arch=$($DISTRVENDOR --distro-arch)
11 12
#pkgtype=$($DISTRVENDOR -p)
pkgtype=deb
13 14 15 16 17 18 19 20 21 22 23 24 25

# don't used
complex_get()
{
    pkgtype=deb
    # https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=skypeforlinux-stable-bin
    _pkgname=skypeforlinux
    pkgver=8.65.0.78
    PKG= "https://repo.skype.com/deb/pool/main/s/${_pkgname}/${_pkgname}_${pkgver}_amd64.deb"
}

PKG="https://repo.skype.com/latest/skypeforlinux-64.$pkgtype"

26
epm install "$PKG"