Commit 4706deee authored by supechicken's avatar supechicken Committed by GitHub

Add files via upload (#5928)

parent cbe9eea8
......@@ -3,23 +3,18 @@ require 'package'
class Skype < Package
description 'Skype is a telecommunications application that specializes in providing video chat and voice calls between devices'
homepage 'https://www.skype.com/'
version '8.69.76.76'
version '8.73.0.92'
license 'Skype-TOS'
compatibility 'x86_64'
if ARCH == 'x86_64' then
depends_on 'gtk3'
depends_on 'sommelier'
source_url "https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_#{version}_amd64.deb"
source_sha256 '30182e5d940993061956a7fd188ca56fbf3bc0852f7c6e8e6a46d44460db63c4'
end
def self.preinstall
FileUtils.ln_s "#{CREW_PREFIX}/bin/skypeforlinux", 'usr/bin/skype'
end
depends_on 'gtk3'
depends_on 'sommelier'
source_url 'https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_8.73.0.92_amd64.deb'
source_sha256 '5020d32e37179a38d940bbe7fddaed76f67e4e407fda915a10519c8694bfe972'
def self.install
FileUtils.mkdir_p CREW_DEST_PREFIX
FileUtils.mv Dir.glob('usr/*'), CREW_DEST_PREFIX
FileUtils.ln_s "./skypeforlinux", 'usr/bin/skype'
FileUtils.mv Dir['usr/*'], CREW_DEST_PREFIX
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment