Files
Mike McQuaid 326c44e93a o*: move to o/ subdirectory.
Continuing the sharding work now that `orka.rb` was moved without issue.
2023-08-07 17:35:26 +01:00

18 lines
464 B
Ruby

cask "osmc" do
version :latest
sha256 :no_check
url "https://download.osmc.tv/installers/osmc-installer.dmg"
name "OSMC"
desc "Free and open source media center"
homepage "https://osmc.tv/"
livecheck do
skip "unversioned QT application"
end
# Renamed for clarity: app name is inconsistent with its branding.
# Original discussion: https://github.com/Homebrew/homebrew-cask/pull/9420
app "qt_host_installer.app", target: "OSMC.app"
end