homebrew-cask/Casks/emby-server.rb

15 lines
391 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'emby-server' do
version :latest
sha256 :no_check
# github.com is the official download host per the vendor homepage
url 'https://github.com/MediaBrowser/Emby.Releases/raw/master/Server/Emby.Server.Mac.pkg'
2015-04-21 00:14:27 +08:00
name 'Emby Server'
homepage 'https://emby.media/'
license :gpl
pkg 'Emby.Server.Mac.pkg'
uninstall :pkgutil => 'com.MediaBrowser.MediaBrowser.Server.Mac'
end