Skip to content

Commit

Permalink
Merge pull request #181460 from alienator88/master
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored Aug 3, 2024
2 parents 4cd651d + a0d0997 commit cb19de4
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Casks/p/pearcleaner.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
cask "pearcleaner" do
version "3.8.3"
sha256 "c7767d20fdb5ca544a061f1936ae9202922d25069eba85e83cdf770aaa838f2b"

url "https://github.com/alienator88/Pearcleaner/releases/download/#{version}/Pearcleaner.zip",
verified: "github.com/alienator88/Pearcleaner/"
name "Pearcleaner"
desc "Utility to uninstall apps and remove leftover files from old/uninstalled apps"
homepage "https://itsalin.com/appInfo/?id=pearcleaner"

depends_on macos: ">= :ventura"

app "Pearcleaner.app"

uninstall launchctl: "com.alienator88.PearcleanerSentinel*",
quit: "com.alienator88.Pearcleaner",
login_item: "Pearcleaner"

zap trash: [
"~/Library/Application Scripts/com.alienator88.Pearcleaner*",
"~/Library/Application Support/Pearcleaner",
"~/Library/Caches/com.alienator88.Pearcleaner",
"~/Library/Containers/com.alienator88.Pearcleaner*",
"~/Library/Group Containers/com.alienator88.Pearcleaner",
"~/Library/HTTPStorages/com.alienator88.Pearcleaner",
"~/Library/Preferences/com.alienator88.Pearcleaner.plist",
"~/Library/Saved Application State/com.alienator88.Pearcleaner.savedState",
]
end

0 comments on commit cb19de4

Please sign in to comment.