Files
homebrew-cask/Casks/a/apppolice.rb
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

16 lines
472 B
Ruby

cask "apppolice" do
version "1.1"
sha256 "ed5a0830eb5a8cba63ab72d3c48dfd53a72d942d1a334d37b1e87c6b0fa087cf"
url "https://github.com/fuyu/apppolice/releases/download/v#{version}/apppolice.dmg"
name "AppPolice"
desc "App for quickly limiting CPU usage of any running process"
homepage "https://github.com/fuyu/apppolice"
app "AppPolice.app"
uninstall quit: "com.definemac.AppPolice"
zap trash: "~/Library/Preferences/com.definemac.AppPolice.plist"
end