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

22 lines
605 B
Ruby

cask "bob" do
version "0.10.3"
sha256 "2e3ff79c0a7f7090ba17382d0e76a1299291d58bd97a3e4816b7eac3f020948d"
url "https://github.com/ripperhe/Bob/releases/download/v#{version}/Bob.zip"
name "Bob"
desc "Translation application for text, pictures, and manual input"
homepage "https://github.com/ripperhe/Bob"
auto_updates true
depends_on macos: ">= :sierra"
app "Bob.app"
zap trash: [
"~/Library/Application Support/com.ripperhe.Bob",
"~/Library/Caches/com.ripperhe.Bob",
"~/Library/HTTPStorages/com.ripperhe.Bob",
"~/Library/Preferences/com.ripperhe.Bob.plist",
]
end