Merge pull request #198803 from Homebrew/bump-wizcli-0.69.0
[Homebrew/homebrew-cask.git] / Casks / a / apppolice.rb
blobd111885649cfb20b546e9067ac0c6912eb6313ec
1 cask "apppolice" do
2   version "1.1"
3   sha256 "ed5a0830eb5a8cba63ab72d3c48dfd53a72d942d1a334d37b1e87c6b0fa087cf"
5   url "https://github.com/fuyu/apppolice/releases/download/v#{version}/apppolice.dmg"
6   name "AppPolice"
7   desc "App for quickly limiting CPU usage of any running process"
8   homepage "https://github.com/fuyu/apppolice"
10   disable! date: "2024-09-08", because: :unmaintained
12   app "AppPolice.app"
14   uninstall quit: "com.definemac.AppPolice"
16   zap trash: "~/Library/Preferences/com.definemac.AppPolice.plist"
18   caveats do
19     requires_rosetta
20   end
21 end