# Maintainer: mark.blakeney at bullet-systems dot net # Original Maintainer: Jameson Pugh _pkgname=skypeforlinux pkgname=$_pkgname-bin pkgver=8.12.76.7 pkgrel=1 pkgdesc="Skype for Linux - Insider/Preview Version" arch=("x86_64") url="http://www.skype.com" license=("custom") depends=("gtk2" "libxss" "gconf" "alsa-lib" "libxtst" "libsecret" "nss") optdepends=("gnome-keyring") conflicts=("$_pkgname" "$_pkgname-beta-bin") provides=("$_pkgname") source=("https://repo.skype.com/deb/pool/main/s/$_pkgname/${_pkgname}_${pkgver}_amd64.deb") sha256sums=('a92e72c9ceee16c54a2c0899f6280dbe2aa8f525b1b32adb4ca19dce8a0f7b8a') package() { tar -xJC "$pkgdir" -f data.tar.xz install -d "$pkgdir/usr/share/licenses/$pkgname" mv "$pkgdir/usr/share/$_pkgname/LICENSES.chromium.html" \ "${pkgdir}/usr/share/licenses/$pkgname/" rm -rf "$pkgdir/opt" } # vim:set ts=2 sw=2 et: