skype.sh 471 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 12
#arch=$(epm print info --distro-arch)
#pkgtype=$(epm print info -p)
13
pkgtype=deb
14

15 16
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=skypeforlinux-stable-bin
PKGURL="https://repo.skype.com/deb/pool/main/s/${PKGNAME}/${PKGNAME}_${VERSION}_amd64.deb"
17

18
install_pkgurl