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.
25 lines
811 B
Ruby
25 lines
811 B
Ruby
cask "pacifist" do
|
|
version "4.0.5"
|
|
sha256 "d1fa1218fecea844419238303d67f834477c9897f93801fe092b54eae4644872"
|
|
|
|
url "https://www.charlessoft.com/pacifist_download/Pacifist_#{version}.dmg"
|
|
name "Pacifist"
|
|
desc "Extract files and folders from package files, disk images, and archives"
|
|
homepage "https://www.charlessoft.com/"
|
|
|
|
livecheck do
|
|
url "https://www.charlessoft.com/cgi-bin/pacifist_sparkle.cgi"
|
|
strategy :sparkle, &:short_version
|
|
end
|
|
|
|
auto_updates true
|
|
|
|
app "Pacifist.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.charlessoft.pacifist.sfl2",
|
|
"~/Library/Preferences/com.charlessoft.pacifist.plist",
|
|
"~/Library/Saved Application State/com.charlessoft.pacifist.savedState",
|
|
]
|
|
end
|