mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
486 B
Ruby
17 lines
486 B
Ruby
cask "catch" do
|
|
version "2.3"
|
|
sha256 "8e138ec2c3e2d2a9f66eabc534f32f3ca64a3cd967b8896a3feddd438b391411"
|
|
|
|
url "https://github.com/mipstian/catch/releases/download/#{version}/Catch-#{version}.zip",
|
|
verified: "github.com/mipstian/catch/"
|
|
name "Catch"
|
|
desc "Broadcatching made easy"
|
|
homepage "https://www.giorgiocalderolla.com/catch.html"
|
|
|
|
depends_on macos: ">= :el_capitan"
|
|
|
|
app "Catch.app"
|
|
|
|
zap trash: "~/Library/Preferences/org.giorgiocalderolla.Catch.plist"
|
|
end
|