mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
27 lines
604 B
Ruby
27 lines
604 B
Ruby
cask "focus" do
|
|
version "2.0.8"
|
|
sha256 "bfbd3ab0c95150afa4c6d439872fb04a20d1cd18b9a1c3ac4dcd26eac5a1f071"
|
|
|
|
url "https://heyfocus.com/uploads/Focus-v#{version}.zip"
|
|
name "Focus"
|
|
desc "Website and application blocker"
|
|
homepage "https://heyfocus.com/"
|
|
|
|
livecheck do
|
|
url "https://heyfocus.com/focus.zip"
|
|
strategy :header_match
|
|
end
|
|
|
|
depends_on macos: ">= :sierra"
|
|
|
|
app "Focus.app"
|
|
|
|
uninstall quit: "BradJasper.focus"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/Focus/",
|
|
"~/Library/Caches/BradJasper.focus/",
|
|
"~/Library/Preferences/BradJasper.focus.plist",
|
|
]
|
|
end
|