# Template file for 'skype' # This just repackages the debian package. pkgname=skype version=8.28.76.19 revision=1 only_for_archs="x86_64" repository="nonfree" build_style="fetch" nostrip="yes" short_desc="Skype for Linux" maintainer="Lon Willett " license="skype" homepage="https://www.skype.com" distfiles="https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb" checksum=a83f19f1943898c45f6a7ce500331eb523b2f0f55399f39e2479b567ef2ffd71 do_extract() { ar p ${XBPS_SRCDISTDIR}/${pkgname}-${version}/skypeforlinux_${version}_amd64.deb data.tar.xz | tar xJpf - ./usr } do_install() { vbin usr/bin/skypeforlinux vmkdir usr/share vcopy usr/share/skypeforlinux usr/share vlicense usr/share/doc/skypeforlinux/third-party_attributions.html # The binary needs to be able to find this under /usr/share/doc vmkdir usr/share/doc/skypeforlinux ln -s ../../licenses/skype/third-party_attributions.html ${DESTDIR}/usr/share/doc/skypeforlinux vinstall usr/share/applications/skypeforlinux.desktop 644 usr/share/applications vinstall usr/share/pixmaps/skypeforlinux.png 644 usr/share/pixmaps find usr/share/icons -type f -print | while read _f; do vinstall "${_f}" 644 "${_f%/*}" done }