homebrew-cask/Casks/bob.rb

19 lines
483 B
Ruby

cask "bob" do
version "0.7.0"
sha256 "414cac6c94e4f202cdb5779501ad60e85ee8ed776ae8ea82bb9002a8c9e77492"
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"
depends_on macos: ">= :sierra"
app "Bob.app"
zap trash: [
"~/Library/Caches/com.ripperhe.Bob",
"~/Library/Preferences/com.ripperhe.Bob.plist",
]
end