Files
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

19 lines
529 B
Ruby

cask "enjoyable" do
version "1.2"
sha256 "f455b951ba8cf7c8426756ea6479e2232442508d8190d7ec2675266bf7ff14f6"
url "https://yukkurigames.com/enjoyable/Enjoyable-#{version}.zip"
name "Enjoyable"
desc "Use your gamepad or joystick like a mouse and keyboard"
homepage "https://yukkurigames.com/enjoyable/"
livecheck do
url "https://yukkurigames.com/enjoyable/appcast.xml"
strategy :sparkle, &:short_version
end
app "Enjoyable.app"
zap trash: "~/Library/Preferences/com.yukkurigames.Enjoyable.plist"
end