Files
homebrew-cask/Casks/s/scene-maestro.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

23 lines
654 B
Ruby

cask "scene-maestro" do
version "1.3.3"
sha256 "0cc5ea56e0b885d5e5b876d00e0f0563052e7c5360db10661f076cc6b499ed3c"
url "https://sceni.ca/download/scene-maestro/scene-maestro-#{version}.zip"
name "Scene Maestro"
desc "Remote control video playback on Scenica Player-equipped hosts"
homepage "https://sceni.ca/en/scene-maestro/"
livecheck do
url :homepage
regex(/href=.*?scene-maestro[._-]v?(\d+(?:\.\d+)+)\.zip/i)
end
app "Scene Maestro.app"
zap trash: [
"~/Library/Caches/Scene Maestro",
"~/Library/Preferences/ByHost/ca.sceni.SceneMaestro.*.plist",
"~/Library/Preferences/ca.sceni.SceneMaestro.plist",
]
end