homebrew-cask/Casks/voicemac.rb

14 lines
413 B
Ruby
Raw Normal View History

class Voicemac < Cask
version 'latest'
sha256 :no_check
2013-10-31 00:51:21 +08:00
url 'http://download.mrgeckosmedia.com/VoiceMac.zip'
2014-05-14 21:40:04 +08:00
appcast 'https://mrgeckosmedia.com/applications/appcast/VoiceMac'
2013-10-31 00:51:21 +08:00
homepage 'https://mrgeckosmedia.com/applications/info/VoiceMac'
2013-10-31 00:51:21 +08:00
link 'VoiceMac/VoiceMac.app'
after_install do
system '/bin/chmod', '--', 'a+r', "#{destination_path}/VoiceMac/VoiceMac.app/Contents/Info.plist"
end
2013-10-31 00:51:21 +08:00
end