gtk/skypeforlinux/PKGBUILD

21 lines
781 B
Bash
Raw Normal View History

2017-03-03 04:16:28 +08:00
pkgname=skypeforlinux
2018-01-25 22:30:14 +08:00
pkgver=8.13.0.2
2017-09-30 10:01:19 +08:00
pkgrel=1
2017-03-03 04:16:28 +08:00
pkgdesc="Skype for Linux WebRTC Beta"
arch=('x86_64')
url="http://www.skype.com"
license=('custom')
depends=('gtk2' 'libxss' 'gconf' 'alsa-lib' 'libxtst' 'libgnome-keyring' 'nss' 'libsecret')
optdepends=('gnome-keyring') # to be verified, how to replace it with kwallet?
2017-03-03 04:16:28 +08:00
conflicts=('skype')
provides=('skype')
source=("https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${pkgver}_amd64.deb")
2018-01-25 22:30:14 +08:00
sha256sums=('c931f4a30e5bf34e74393e0eb38190811dcef25e8598a786c4a97387bcd9e196')
2017-03-03 04:16:28 +08:00
package() {
tar -xJC "${pkgdir}" -f data.tar.xz
install -d "${pkgdir}/usr/share/licenses/skypeforlinux"
mv "${pkgdir}/usr/share/skypeforlinux/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/skypeforlinux/"
rm -rf "${pkgdir}/opt"
}