mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 22:16:33 -06:00
14 lines
463 B
Ruby
14 lines
463 B
Ruby
class Tvmobili < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'http://www.tvmobili.com/binaries/stable/tvmobili-mountainlion-universal.dmg'
|
|
homepage 'http://www.tvmobili.com/'
|
|
|
|
install 'tvmobili-mountainlion-universal.2.1.4481.pkg'
|
|
uninstall :pkgutil => 'com.tvmobili.tvmobilisvcd',
|
|
:launchctl => [
|
|
'com.tvmobili.artwork',
|
|
'com.tvmobili.tvmobilisvcd',
|
|
]
|
|
end
|