Files
homebrew-cask/Casks/m/macmorpheus.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

14 lines
427 B
Ruby

cask "macmorpheus" do
version "0.2"
sha256 "06c75fceafdd52336c78d2129e98e3452183e126da69939037bbe0c1fdf03726"
url "https://github.com/emoRaivis/MacMorpheus/releases/download/#{version}/MacMorpheus.app.zip"
name "MacMorpheus"
desc "3D 180/360 video player using PSVR"
homepage "https://github.com/emoRaivis/MacMorpheus"
app "MacMorpheus.app"
zap trash: "~/Library/Preferences/emoRaivis.MacMorpheus.plist"
end